Merge pull request #1882 from cisagov/test-2-zero-downtime

Zero downtime test yaml addition
This commit is contained in:
Alysia Broddrick 2024-03-07 16:25:56 -08:00 committed by GitHub
commit a36fef2d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,4 +38,4 @@ jobs:
cf_password: ${{ secrets[env.CF_PASSWORD] }}
cf_org: cisa-dotgov
cf_space: ${{ env.ENVIRONMENT }}
cf_command: "cf push -f ops/manifests/manifest-${{ env.ENVIRONMENT }}.yaml --strategy rolling"
cf_command: "push -f ops/manifests/manifest-${{ env.ENVIRONMENT }}.yaml --strategy rolling"