ci: fix image name in deploy
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Glenn Y. Rolland 2024-10-19 15:32:40 +02:00 committed by Glenn Y. Rolland
parent ab2971b02e
commit d2fb85ece4

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"