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:24:11 +02:00
parent 9fff5bd5d1
commit 68a25aafa4
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -84,7 +84,7 @@ services:
volumes:
- postfix_spool:/var/spool/postfix
db:
image: postgres:${POSTGRES_VERSION:-latest}-alpine
image: postgres:${POSTGRES_VERSION:-18}-alpine
restart: unless-stopped
container_name: '${APP_NAME}-db'
environment: