Skip to content

Commit

Permalink
Merge pull request #392 from weather-gov/lmm/fix-gh-action-bug-deploys
Browse files Browse the repository at this point in the history
fix bug in sandbox script
  • Loading branch information
loganmcdonald-noaa authored Nov 9, 2023
2 parents aebdbd0 + 61ad882 commit c6a723e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Deploy to cloud.gov sandbox
uses: 18f/cg-deploy-action@main
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
steps:
- uses: actions/checkout@v3
- name: Deploy application in ${{ github.event.inputs.environment }} space
uses: 18f/cg-deploy-action@main
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Deploy to cloud.gov weathergov-staging space
uses: 18f/cg-deploy-action@main
env:
Expand Down

0 comments on commit c6a723e

Please sign in to comment.