ci: Remove redundant dokku command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-21 13:32:47 +01:00
parent 080e59bb40
commit e56d3e8c48

View file

@ -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: