removed command parameters

This commit is contained in:
Alysia Broddrick 2023-12-28 19:18:56 -08:00
parent f27e4ab0b9
commit 607f3ec957
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
3 changed files with 3 additions and 3 deletions

View file

@ -37,4 +37,4 @@ jobs:
cf_password: ${{ secrets.CF_DEVELOPMENT_PASSWORD }}
cf_org: cisa-dotgov
cf_space: development
push_arguments: "-f ops/manifests/manifest-development.yaml --strategy rolling"
push_arguments: "-f ops/manifests/manifest-development.yaml"

View file

@ -36,4 +36,4 @@ jobs:
cf_password: ${{ secrets.CF_STABLE_PASSWORD }}
cf_org: cisa-dotgov
cf_space: stable
cf_manifest: "ops/manifests/manifest-stable.yaml --strategy rolling"
cf_manifest: "ops/manifests/manifest-stable.yaml"

View file

@ -36,4 +36,4 @@ jobs:
cf_password: ${{ secrets.CF_STAGING_PASSWORD }}
cf_org: cisa-dotgov
cf_space: staging
cf_manifest: "ops/manifests/manifest-staging.yaml --strategy rolling"
cf_manifest: "ops/manifests/manifest-staging.yaml"