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