ci: Remove redundant dokku command
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
080e59bb40
commit
e56d3e8c48
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -85,11 +85,11 @@ steps:
|
|||
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
|
||||
- echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/deploy_key
|
||||
- chmod 600 ~/.ssh/deploy_key
|
||||
- |
|
||||
ssh -o StrictHostKeyChecking=no \
|
||||
-i ~/.ssh/deploy_key \
|
||||
"$SSH_USER@$SSH_HOST" \
|
||||
dokku git:from-image code \
|
||||
- >
|
||||
ssh -o StrictHostKeyChecking=no
|
||||
-i ~/.ssh/deploy_key
|
||||
"$SSH_USER@$SSH_HOST"
|
||||
git:from-image code
|
||||
"glenux/service-forgejo:${DRONE_COMMIT_SHA:0:8}"
|
||||
|
||||
# volumes:
|
||||
|
|
Loading…
Reference in a new issue