This commit is contained in:
parent
25715c0514
commit
1d124d19f2
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ steps:
|
||||||
"$SSH_USER@$SSH_HOST" \
|
"$SSH_USER@$SSH_HOST" \
|
||||||
git:from-image code \
|
git:from-image code \
|
||||||
"glenux/service-forgejo:${DRONE_COMMIT_SHA:0:8}"
|
"glenux/service-forgejo:${DRONE_COMMIT_SHA:0:8}"
|
||||||
- ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key "$SSH_USER@$SSH_HOST" ps:restart code
|
- ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key "$SSH_USER@$SSH_HOST" ps:stop code
|
||||||
|
- ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key "$SSH_USER@$SSH_HOST" ps:start code
|
||||||
|
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
|
|
Loading…
Reference in a new issue