File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 uv run alembic upgrade head
4949
50+ - name : Refresh materialized views on production database
51+ env :
52+ DB_DRIVER : " cloudsql"
53+ CLOUD_SQL_INSTANCE_NAME : " ${{ secrets.CLOUD_SQL_INSTANCE_NAME }}"
54+ CLOUD_SQL_DATABASE : " ${{ vars.CLOUD_SQL_DATABASE }}"
55+ CLOUD_SQL_USER : " ${{ secrets.CLOUD_SQL_USER }}"
56+ CLOUD_SQL_IAM_AUTH : true
57+ run : |
58+ uv run python -m cli.cli refresh-pygeoapi-materialized-views
59+
5060 - name : Ensure envsubst is available
5161 run : |
5262 if ! command -v envsubst >/dev/null 2>&1; then
Original file line number Diff line number Diff line change 4747 run : |
4848 uv run alembic upgrade head
4949
50+ - name : Refresh materialized views on staging database
51+ env :
52+ DB_DRIVER : " cloudsql"
53+ CLOUD_SQL_INSTANCE_NAME : " ${{ secrets.CLOUD_SQL_INSTANCE_NAME }}"
54+ CLOUD_SQL_DATABASE : " ${{ vars.CLOUD_SQL_DATABASE }}"
55+ CLOUD_SQL_USER : " ${{ secrets.CLOUD_SQL_USER }}"
56+ CLOUD_SQL_IAM_AUTH : true
57+ run : |
58+ uv run python -m cli.cli refresh-pygeoapi-materialized-views
59+
5060 - name : Ensure envsubst is available
5161 run : |
5262 if ! command -v envsubst >/dev/null 2>&1; then
You can’t perform that action at this time.
0 commit comments