Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 25, 2025
2 parents 4a05109 + df383c5 commit 21f604a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: 8BitJonny/[email protected]
with:
filterOutClosed: true
filterOutDraft: true
sha: ${{ github.event.pull_request.head.sha }}
build:
needs: prepare_jobs
Expand Down
2 changes: 1 addition & 1 deletion src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ services:
POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key
POSTGRAPHILE_JWT_SECRET_KEY_FILE: /run/secrets/postgraphile_jwt-secret
POSTGRAPHILE_OWNER_CONNECTION_FILE: /run/secrets/postgraphile_owner-connection
image: maevsi/postgraphile:dev
image: ghcr.io/maevsi/postgraphile:4.14.0
secrets:
- postgraphile_connection
- postgraphile_jwt-secret
Expand Down
1 change: 0 additions & 1 deletion src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ services:
- (( append ))
- traefik.http.routers.postgraphile.middlewares=postgraphile_auth,postgraphile_cors
- traefik.http.routers.postgraphile_secure.tls.certresolver=default
image: ghcr.io/maevsi/postgraphile:4.14.0
postgres_backup:
# You cannot access the database backup directly.
environment:
Expand Down

0 comments on commit 21f604a

Please sign in to comment.