Private
Public Access
1
0

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

This commit is contained in:
2026-04-14 13:05:08 +02:00
parent cd593e99fc
commit 304663adb7

View File

@@ -12,6 +12,7 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
set -e set -e
git config --global --add safe.directory "${{ vars.PROD_APP_DIR }}"
cd "${{ vars.PROD_APP_DIR }}" cd "${{ vars.PROD_APP_DIR }}"
git fetch --tags git fetch --tags
git checkout "${{ gitea.ref_name }}" git checkout "${{ gitea.ref_name }}"