updated gitlab-ci
This commit is contained in:
parent
f6e9a1f38d
commit
2ab5e33e0f
@ -18,6 +18,7 @@ deploy-job:
|
|||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
|
- touch test
|
||||||
script:
|
script:
|
||||||
- ssh "$Live_Server_User"@"$Live_Server_Ip" -p 10122 "touch test"
|
- ssh "$Live_Server_User"@"$Live_Server_Ip" -p 10122 "touch test"
|
||||||
# script:
|
# script:
|
||||||
|
|||||||
Reference in New Issue
Block a user