Skip to content

Commit

Permalink
call postgres service db
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Oct 8, 2024
1 parent 7a505fc commit e2443d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Update database
runs-on: ubuntu-latest
services:
postgres:
db:
image: postgis/postgis:15-3.4-alpine
env:
POSTGRES_USER: ${{ secrets.FLOW_DATABASE_USER }}
Expand Down

0 comments on commit e2443d0

Please sign in to comment.