Skip to content

Commit

Permalink
Merge pull request #825 from hackforla/daily-update
Browse files Browse the repository at this point in the history
changed dev daily update command to use prefect
  • Loading branch information
mattyweb authored Oct 26, 2020
2 parents 8a2bc81 + 28cd327 commit 9648294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Daily_Backend_Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
script: |
set -e
cd 311-data/server
docker-compose run --rm api python bin/db_update.py
# docker-compose run --rm api python bin/db_update.py
docker-compose run --rm prefect python flow.py
prod_update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9648294

Please sign in to comment.