This commit is contained in:
parent
bf54902609
commit
4c56e870f4
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ 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 \
|
git:from-image social "glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}"
|
||||||
"glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}"
|
|
||||||
|
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
|
|
Loading…
Reference in a new issue