Hopefully now

This commit is contained in:
Rolf Martin Glomsrud 2024-08-04 00:59:36 +02:00
parent 4abdde9ec9
commit f7c69d649b

View file

@ -14,4 +14,5 @@ steps:
- echo $SSH_KEY > /root/.ssh/id_rsa
- chmod 0600 /root/.ssh/id_rsa
- /bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist
- sleep 500000
secrets: [ SSH_KEY, REMOTE_IP ]