Skip to content

Commit

Permalink
pull build run push
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Mar 30, 2024
1 parent c57ed53 commit 6f20960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
# OSM2PGSQL_DATAFILE: europe.osm.pbf
run: |
docker compose pull import
docker compose up --pull never --build --exit-code-from import import
docker compose build import
docker compose run import
docker compose push import
- name: Commit and push new database image
Expand Down

0 comments on commit 6f20960

Please sign in to comment.