chg: pkg: new version release !skipChangelog
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
||||
runs-on: splendid-bear
|
||||
steps:
|
||||
- name: Deploy
|
||||
env:
|
||||
PROD_ENV_FILE: ${{ secrets.PROD_ENV_FILE }}
|
||||
run: |
|
||||
set -e
|
||||
export HOME=/tmp
|
||||
@@ -17,5 +19,5 @@ jobs:
|
||||
cd "${{ vars.PROD_APP_DIR }}"
|
||||
git fetch --tags
|
||||
git checkout "${{ gitea.ref_name }}"
|
||||
printf '%s' '${{ secrets.PROD_ENV_FILE }}' > .env
|
||||
printf '%s' "$PROD_ENV_FILE" > .env
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user