Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
808
Widok
0
03/05/2022 10:26 pm
Topic starter
example
1 Answer
0
03/05/2022 10:28 pm
Topic starter
deploy: image: my_secret_docker/yes:latest script: - ssh -o StrictHostKeyChecking=no -T -i /my_private_key -p '1022' 'remoteusername@remote_host_address' "cd /var/www/; git pull;echo $?"