Compare commits

...

3 commits

Author SHA1 Message Date
25e90f7048 Merge pull request 'develop' (#25) from develop into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #25
2025-03-17 12:28:22 +00:00
b3b042e2f1 Update Dockerfile
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/pr Build was killed
2025-03-13 15:58:17 +00:00
f0b392bdc3 ci: try fix
All checks were successful
continuous-integration/drone/push Build is passing
2025-02-13 15:40:20 +01:00
2 changed files with 11 additions and 8 deletions

View file

@ -53,14 +53,16 @@ steps:
- chmod 600 ~/.ssh/deploy_key - chmod 600 ~/.ssh/deploy_key
- ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub - ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub
- "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '" - "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '"
- ssh -o StrictHostKeyChecking=no - |
-i ~/.ssh/deploy_key ssh -o StrictHostKeyChecking=no \
"$SSH_USER@$SSH_HOST" -i ~/.ssh/deploy_key \
"$SSH_USER@$SSH_HOST" \
ps:stop social ps:stop social
- ssh -o StrictHostKeyChecking=no - |
-i ~/.ssh/deploy_key ssh -o StrictHostKeyChecking=no \
"$SSH_USER@$SSH_HOST" -i ~/.ssh/deploy_key \
git:from-image social "$SSH_USER@$SSH_HOST" \
git:from-image social \
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}" "glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
- echo "SUCCESS" - echo "SUCCESS"

View file

@ -5,4 +5,5 @@
# FROM superseriousbusiness/gotosocial:0.15.0 # FROM superseriousbusiness/gotosocial:0.15.0
# FROM superseriousbusiness/gotosocial:0.16.0 # FROM superseriousbusiness/gotosocial:0.16.0
# FROM superseriousbusiness/gotosocial:0.17.0 # FROM superseriousbusiness/gotosocial:0.17.0
FROM superseriousbusiness/gotosocial:0.17.4 # FROM superseriousbusiness/gotosocial:0.17.4
FROM superseriousbusiness/gotosocial:0.18.0