Private
Public Access
1
0

chg: pkg: new version release !skipChangelog
Some checks failed
Deploy to Production / deploy (push) Has been cancelled

This commit is contained in:
2026-04-14 13:06:25 +02:00
parent 304663adb7
commit 9fff5bd5d1

View File

@@ -12,6 +12,7 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
set -e set -e
export HOME=/tmp
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 fetch --tags git fetch --tags