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 \
|
-i ~/.ssh/deploy_key \
|
||||||
"$SSH_USER@$SSH_HOST" \
|
"$SSH_USER@$SSH_HOST" \
|
||||||
ls -l /
|
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:
|
# volumes:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
|
|
Loading…
Reference in a new issue