This commit is contained in:
parent
4c56e870f4
commit
0fd55f30c6
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ steps:
|
||||||
ssh -o StrictHostKeyChecking=no \
|
ssh -o StrictHostKeyChecking=no \
|
||||||
-i ~/.ssh/deploy_key \
|
-i ~/.ssh/deploy_key \
|
||||||
"$SSH_USER@$SSH_HOST" \
|
"$SSH_USER@$SSH_HOST" \
|
||||||
git:from-image social "glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}"
|
git:from-image social \
|
||||||
|
"glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
- echo "SUCCESS"
|
||||||
|
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
|
|
Loading…
Reference in a new issue