Typo fix
This commit is contained in:
parent
fa857b1913
commit
fa277e9f08
@ -57,7 +57,7 @@ steps:
|
|||||||
scp node-api root@$NODE:/usr/local/bin/node-api_
|
scp node-api root@$NODE:/usr/local/bin/node-api_
|
||||||
echo "\033[1;33m.. replacing the binary\033[0m"
|
echo "\033[1;33m.. replacing the binary\033[0m"
|
||||||
ssh root@$NODE mv /usr/local/bin/node-api_ /usr/local/bin/node-api
|
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
|
ssh root@$NODE systemctl restart node-api
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ steps:
|
|||||||
scp node-api root@$NODE:/usr/local/bin/node-api_
|
scp node-api root@$NODE:/usr/local/bin/node-api_
|
||||||
echo "\033[1;33m.. replacing the binary\033[0m"
|
echo "\033[1;33m.. replacing the binary\033[0m"
|
||||||
ssh root@$NODE mv /usr/local/bin/node-api_ /usr/local/bin/node-api
|
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
|
ssh root@$NODE systemctl restart node-api
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user