mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Update loaddata.yaml
Fix wrong username/password
This commit is contained in:
parent
ba7c0b9e8d
commit
c7af254acb
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
|
- name: Delete existing data for staging
|
||||||
uses: 18f/cg-deploy-action@main
|
uses: 18f/cg-deploy-action@main
|
||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CF_USERNAME }}
|
cf_username: ${{ secrets.CF_STAGING_USERNAME }}
|
||||||
cf_password: ${{ secrets.CF_PASSWORD }}
|
cf_password: ${{ secrets.CF_STAGING_USERNAME }}
|
||||||
cf_org: cisa-getgov-prototyping
|
cf_org: cisa-getgov-prototyping
|
||||||
cf_space: staging
|
cf_space: staging
|
||||||
full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush' --name flush"
|
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