mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
added env
This commit is contained in:
parent
58eb352e0b
commit
7d891f0d99
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