updated gitlab-ci

This commit is contained in:
Solomon Laing 2021-04-01 20:28:44 +10:30
parent f6e9a1f38d
commit 2ab5e33e0f

View File

@ -18,6 +18,7 @@ deploy-job:
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- touch test
script:
- ssh "$Live_Server_User"@"$Live_Server_Ip" -p 10122 "touch test"
# script: