mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
Test
This commit is contained in:
parent
328e1fca95
commit
dffca3b587
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daily-csv-upload.yaml
vendored
2
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
core.setOutput('environment', '${{ github.head_ref }}'.split("/")[0]);
|
core.setOutput('environment', '${{ github.head_ref }}'.split("/")[0]);
|
||||||
|
|
||||||
wait_for_deploy:
|
wait_for_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -59,7 +60,6 @@ jobs:
|
||||||
sudo mv cf /usr/local/bin
|
sudo mv cf /usr/local/bin
|
||||||
|
|
||||||
- name: Set login credentials
|
- name: Set login credentials
|
||||||
uses: 18f/cg-deploy-action@main
|
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||||
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME
|
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue