From 971ecaff9887da6e8d602362ee987d7da36c5fd5 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 25 Jun 2025 13:51:29 +0200 Subject: [PATCH] Fix remote command --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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