Update .drone.yml
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Glenn Y. Rolland 2024-04-27 19:20:51 +00:00
parent 25715c0514
commit 1d124d19f2

View file

@ -92,7 +92,8 @@ steps:
"$SSH_USER@$SSH_HOST" \
git:from-image code \
"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:
# - name: cache