From bb143cfecbf0a9ffa1cdde8cfde51ad056cd3785 Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Mon, 14 Aug 2023 10:49:48 +0200 Subject: [PATCH] Minro change to nightly.yaml --- .woodpecker/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/nightly.yaml b/.woodpecker/nightly.yaml index d4e4c674..0f8201ec 100644 --- a/.woodpecker/nightly.yaml +++ b/.woodpecker/nightly.yaml @@ -59,9 +59,9 @@ steps: - ls -lsR fdroid/repo - git commit -m "autodeploy" - git remote remove origin - - git remote add origin https://Bazsalanszky:"$${GITEA_ACCESS_TOKEN}"@codeberg.org/Freeyourgadget/pages.git + - git remote add origin https://Bazsalanszky:"$${GITEA_ACCESS_TOKEN}"@codeberg.org/Bazsalanszky/pages.git # force push as we removed all data - - git push -f origin master + - git push -f origin main - cd ../../ - pwd - ls -la