Private
Public Access
1
0

chg: pkg: new version release !skipChangelog
Some checks failed
Deploy to Production / deploy (push) Failing after 3m2s

This commit is contained in:
2026-04-14 15:47:53 +02:00
parent 184925ab13
commit 6044ee5c50

View File

@@ -18,6 +18,7 @@ jobs:
git config --global credential.helper '!f() { echo "username=oauth2"; echo "password=$GITEA_TOKEN"; }; f' git config --global credential.helper '!f() { echo "username=oauth2"; echo "password=$GITEA_TOKEN"; }; f'
git config --global --add safe.directory "${{ vars.PROD_APP_DIR }}" git config --global --add safe.directory "${{ vars.PROD_APP_DIR }}"
cd "${{ vars.PROD_APP_DIR }}" cd "${{ vars.PROD_APP_DIR }}"
git remote set-url origin "${{ gitea.server_url }}/${{ gitea.repository }}.git"
git fetch --tags --force git fetch --tags --force
git checkout "${{ gitea.ref_name }}" git checkout "${{ gitea.ref_name }}"