This commit is contained in:
parent
dd4e4bd8ac
commit
523063007f
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ steps:
|
|||
-i ~/.ssh/deploy_key \
|
||||
"$SSH_USER@$SSH_HOST" \
|
||||
ls -l /
|
||||
- |
|
||||
ssh -o StrictHostKeyChecking=no \
|
||||
-i ~/.ssh/deploy_key \
|
||||
"$SSH_USER@$SSH_HOST" \
|
||||
dokku git:from-image code \
|
||||
"glenux/service-forgejo:${DRONE_COMMIT_SHA:0:8}"
|
||||
|
||||
# volumes:
|
||||
# - name: cache
|
||||
|
|
Loading…
Reference in a new issue