mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Merge pull request #1884 from cisagov/update-test-yaml-env
Updated environment variable on workflow
This commit is contained in:
commit
f1a9d9d93b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test-deploy.yaml
vendored
5
.github/workflows/test-deploy.yaml
vendored
|
@ -28,7 +28,6 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||
CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME
|
||||
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
|
||||
steps:
|
||||
|
@ -38,5 +37,5 @@ jobs:
|
|||
cf_username: ${{ secrets[env.CF_USERNAME] }}
|
||||
cf_password: ${{ secrets[env.CF_PASSWORD] }}
|
||||
cf_org: cisa-dotgov
|
||||
cf_space: ${{ env.ENVIRONMENT }}
|
||||
cf_command: "push -f ops/manifests/manifest-${{ env.ENVIRONMENT }}.yaml --strategy rolling"
|
||||
cf_space: ${{ github.event.inputs.environment }}
|
||||
cf_command: "push -f ops/manifests/manifest-${{ github.event.inputs.environment }}.yaml --strategy rolling"
|
Loading…
Add table
Add a link
Reference in a new issue