This commit is contained in:
Rolf Martin Glomsrud 2024-08-04 00:42:14 +02:00
parent 1b464c0f93
commit de6ad54657

View file

@ -11,5 +11,5 @@ steps:
- npm run build - npm run build
- mkdir /root/.ssh && chmod 0700 /root/.ssh - mkdir /root/.ssh && chmod 0700 /root/.ssh
- touch /root/.ssh/id_rsa && echo $SSH_KEY > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - touch /root/.ssh/id_rsa && echo $SSH_KEY > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa
- /usr/bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist - /bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist