mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Test update federal
This commit is contained in:
parent
a4f4ac7548
commit
74c2a86e57
1 changed files with 5 additions and 2 deletions
7
.github/workflows/daily-csv-upload.yaml
vendored
7
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -79,12 +79,15 @@ jobs:
|
||||||
CF_PASSWORD: CF_${{ needs.variables.outputs.environment }}_PASSWORD
|
CF_PASSWORD: CF_${{ needs.variables.outputs.environment }}_PASSWORD
|
||||||
|
|
||||||
- name: Generate current-federal.csv
|
- name: Generate current-federal.csv
|
||||||
run: cf run-task getgov-${{ env.ENVIRONMENT }} "python manage.py generate_current_full_report"
|
run: |
|
||||||
|
cf ssh getgov-${{ env.ENVIRONMENT }}
|
||||||
|
/tmp/lifecycle/shell
|
||||||
|
./manage.py generate_current_federal_report
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||||
|
|
||||||
- name: Generate current-full.csv
|
- name: Generate current-full.csv
|
||||||
run: cf run-task getgov-${{ env.ENVIRONMENT }} "/tmp/lifecycle/shell -c './manage.py generate_current_federal_report'"
|
run: cf run-task getgov-${{ env.ENVIRONMENT }} "/tmp/lifecycle/shell -c './manage.py generate_current_full_report'"
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue