Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 11:35:56 AM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 5, 2025
1 parent e810c0d commit c1e679e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
run: |
cf api api.fr.cloud.gov
cf auth ${{ secrets.CF_USERNAME }} ${{ secrets.CF_PASSWORD }}
cf target -o ${{ env.CF_ORG }} -s ${{ env.CF_SPACE }} \
--bare $CF_ORG
cf target -o $CF_ORG -s $CF_SPACE
- name: Run `make dev` (terraform init -> plan -> apply)
run: |
pushd ${GITHUB_WORKSPACE}/terraform
Expand Down

0 comments on commit c1e679e

Please sign in to comment.