fix
This commit is contained in:
parent
4f7e005f53
commit
72a258e978
@ -30,7 +30,7 @@ steps:
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- ssh-keyscan $SSH_TARGET >> ~/.ssh/known_hosts
|
||||
- ssh $SSH_USERNAME@$SSH_TARGET "mkdir -p /opt/vaala/static/html/$DEPLOY_PATH;bash rm -rf /opt/vaala/static/html/$DEPLOY_PATH/* 2>&1"
|
||||
- ssh $SSH_USERNAME@$SSH_TARGET "mkdir -p /opt/vaala/static/html/$DEPLOY_PATH;bash -c 'rm -rf /opt/vaala/static/html/$DEPLOY_PATH/* 2>&1'"
|
||||
- scp -r out/* $SSH_USERNAME@$SSH_TARGET:/opt/vaala/static/html/$DEPLOY_PATH
|
||||
- curl 'https://push.vaala.cloud/message/push?pushkey=PDU1TvwdaB33frA943WtFNc0EoSGTH0MhL9At&text=VaalaChatFrontDeploySuccess'
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user