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
|
runs-on: splendid-bear
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
env:
|
||||||
|
PROD_ENV_FILE: ${{ secrets.PROD_ENV_FILE }}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
export HOME=/tmp
|
export HOME=/tmp
|
||||||
@@ -17,5 +19,5 @@ jobs:
|
|||||||
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 }}"
|
||||||
printf '%s' '${{ secrets.PROD_ENV_FILE }}' > .env
|
printf '%s' "$PROD_ENV_FILE" > .env
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postfix_spool:/var/spool/postfix
|
- postfix_spool:/var/spool/postfix
|
||||||
db:
|
db:
|
||||||
image: postgres:${POSTGRES_VERSION:-latest}-alpine
|
image: postgres:${POSTGRES_VERSION:-18}-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: '${APP_NAME}-db'
|
container_name: '${APP_NAME}-db'
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user