diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index cff4810..e0ec1f8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,6 +22,6 @@ jobs: chmod 700 $HOME/.ssh git config --global user.name 'Leon Mika' git config --global user.email 'lmika@lmika.org' - git remote set-url downstream git@github.com:lmika/postlist-for-micro.blog.git - git push downstream + git remote add downstream git@github.com:lmika/postlist-for-micro.blog.git + git push downstream HEAD git push downstream --tags