This commit is contained in:
Rolf Martin Glomsrud 2024-08-04 01:03:20 +02:00
parent f7c69d649b
commit 4a34d5d0c7

View file

@ -14,5 +14,4 @@ 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 ]