Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Hotfix: Generate tiles on production (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored May 16, 2024
2 parents ae9ce11 + a716e63 commit 090f446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
echo "Restart app container"
cd /srv/processing/
echo "WAIT_FOR_FRESH_DATA=1" >> .env
docker compose down app
docker compose up -d app
docker compose down processing
docker compose up -d processing

0 comments on commit 090f446

Please sign in to comment.