This commit is contained in:
parent
7f7b63e372
commit
19fbff9e56
@ -47,12 +47,12 @@ steps:
|
||||
- ssh-keyscan -p $SSH_DEPLOY_PORT $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
- scp -r -P $SSH_DEPLOY_PORT ./public/* $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH/ru-new
|
||||
- ssh -p $SSH_DEPLOY_PORT $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST "rm -rf $SSH_DEPLOY_PATH/ru && mv $SSH_DEPLOY_PATH/ru-new/* $SSH_DEPLOY_PATH/ru/*"
|
||||
- ssh -p $SSH_DEPLOY_PORT $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST "rm -rf $SSH_DEPLOY_PATH/ru && mv $SSH_DEPLOY_PATH/ru-new/* $SSH_DEPLOY_PATH/ru/"
|
||||
|
||||
|
||||
# drone sign --save upagge/digital-garden
|
||||
---
|
||||
kind: signature
|
||||
hmac: efb3433ec7ec675b056bd2430d35172a6bfbeb548d4b701917dde76f98c51d44
|
||||
hmac: 3e68931dfeb85aea0a0151f3cf61bdf6e8933623e4bcdf07dd22a2b7d38d9884
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user