ci: fix image name in deploy

This commit is contained in:
Glenn Y. Rolland 2024-10-19 15:32:40 +02:00
parent 5763628d9d
commit 7b252352ea

View file

@ -59,7 +59,7 @@ steps:
-i ~/.ssh/deploy_key
"$SSH_USER@$SSH_HOST"
git:from-image social
"glenux/service-gotosocial:${DRONE_COMMIT_SHA:0:8}"
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
#
- echo "SUCCESS"