Update .gitlab-ci.yml file
This commit is contained in:
@ -35,4 +35,4 @@ docker-deploy:
|
|||||||
script:
|
script:
|
||||||
- chmod og= $ID_RSA
|
- chmod og= $ID_RSA
|
||||||
- apk update && apk add openssh-client
|
- apk update && apk add openssh-client
|
||||||
- ssh -i $ID_RSA -o StrictHostKeyChecking=no $SERVER_USER@$SERVER_IP "/home/christoph/HeidiBot/launch.sh"
|
- ssh -i $ID_RSA -o StrictHostKeyChecking=no $SERVER_USER@$SERVER_IP "/home/christoph/$CI_PROJECT_TITLE/launch.sh"
|
||||||
|
Reference in New Issue
Block a user