diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 12:09:36 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-08 12:09:36 +0100 |
| commit | 0deb33ba5ef847ffc25232e715337d8c559633b9 (patch) | |
| tree | 66625f14b7d9bb665c57960cfde12358d9eb05ee /.github | |
| parent | f454806cbfcbaa45492a0b3991aea5a85a36c663 (diff) | |
Make deployment script auto-regenerate everything on deployment
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d01c349..c8beb83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -185,3 +185,4 @@ jobs: if: needs.detect-changes.outputs.stops-script == 'true' run: | scp -r dist/gtfs_perstop_report/* ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }}:/opt/gtfs_vigo_stops/ + ssh ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }} "/opt/gtfs_vigo_stops/force-update.sh" |
