finally probably

This commit is contained in:
Rolf Martin Glomsrud 2024-08-04 01:22:26 +02:00
parent ea40916d9e
commit 6e51965ab6

View file

@ -13,5 +13,6 @@ steps:
- touch /root/.ssh/id_rsa
- echo $SSH_KEY | base64 --decode > /root/.ssh/id_rsa
- chmod 0600 /root/.ssh/id_rsa
- sleep 500000
- /bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist
secrets: [ SSH_KEY, remote_ip ]