diff --git a/.drone.yml b/.drone.yml index 22248ac..397d21a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,7 @@ steps: scp node-api root@$NODE:/usr/local/bin/node-api_ echo "\033[1;33m.. replacing the binary\033[0m" ssh root@$NODE mv /usr/local/bin/node-api_ /usr/local/bin/node-api - echo "\033[1;33m.. restarting service file\033[0m" + echo "\033[1;33m.. restarting service\033[0m" ssh root@$NODE systemctl restart node-api done @@ -103,7 +103,7 @@ steps: scp node-api root@$NODE:/usr/local/bin/node-api_ echo "\033[1;33m.. replacing the binary\033[0m" ssh root@$NODE mv /usr/local/bin/node-api_ /usr/local/bin/node-api - echo "\033[1;33m.. restarting service file\033[0m" + echo "\033[1;33m.. restarting service\033[0m" ssh root@$NODE systemctl restart node-api done