ugh revert and fix

This commit is contained in:
Kenneth Kehl
2025-03-20 12:27:14 -07:00
parent 7fda440463
commit 361bde5480

View File

@@ -18,7 +18,7 @@ jobs:
matrix:
app: ["api", "admin"]
steps:
- name: Restage ${{matrix.app}}
- name: Update env variables ${{matrix.app}}
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
@@ -28,6 +28,14 @@ jobs:
cf_space: notify-${{ inputs.environment }}
command: |
cf set-env notify-${{matrix.app}}-${{inputs.environment}} DANGEROUS_SALT "$DANGEROUS_SALT"
- name: Restage ${{matrix.app}}
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
cf_org: gsa-tts-benefits-studio
cf_space: notify-${{ inputs.environment }}
command: |
cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}
- name: Restage ${{matrix.app}} egress
uses: cloud-gov/cg-cli-tools@main