chg: pkg: new version release !skipChangelog
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user