test
This commit is contained in:
parent
e4c39ab2fb
commit
0fb6a5ff36
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ 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
|
||||||
- cat /root/.ssh/id_rsa
|
- ECHO $REMOTE_IP
|
||||||
- /bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist
|
- /bin/rsync -avzh ./dist ansible@$REMOTE_IP:/var/www/polsevev/dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue