mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Merge pull request #343 from cisagov/sspj/fix-loaddata-workflow
Update loaddata.yaml
This commit is contained in:
commit
6e855b379a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/loaddata.yaml
vendored
4
.github/workflows/loaddata.yaml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Delete existing data for staging
|
||||
uses: 18f/cg-deploy-action@main
|
||||
with:
|
||||
cf_username: ${{ secrets.CF_USERNAME }}
|
||||
cf_password: ${{ secrets.CF_PASSWORD }}
|
||||
cf_username: ${{ secrets.CF_STAGING_USERNAME }}
|
||||
cf_password: ${{ secrets.CF_STAGING_USERNAME }}
|
||||
cf_org: cisa-getgov-prototyping
|
||||
cf_space: staging
|
||||
full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush' --name flush"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue