I want to try to create a new folder via drone ssh but after I try as in the documentation, the status is always pending. is there anything I missed? my 1 server IP: 222.122.122.122, my 2 server IP: 177.33.9.222
The DRONE_RPC_HOST is the hostname / ip address of the Drone server, not the runner. The runner uses this DRONE_RPC_HOST to determine the server address so that it can connect and poll for work. It is therefore required.