This commit is contained in:
zandercymatics 2023-11-22 12:08:30 -07:00
parent 328e1fca95
commit dffca3b587
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -34,6 +34,7 @@ jobs:
with:
script: |
core.setOutput('environment', '${{ github.head_ref }}'.split("/")[0]);
wait_for_deploy:
runs-on: ubuntu-latest
steps:
@ -59,7 +60,6 @@ jobs:
sudo mv cf /usr/local/bin
- name: Set login credentials
uses: 18f/cg-deploy-action@main
env:
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME