Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 11:38: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 c1e679e commit b2dd3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cf api api.fr.cloud.gov
cf auth ${{ secrets.CF_USERNAME }} ${{ secrets.CF_PASSWORD }}
cf target -o $CF_ORG -s $CF_SPACE
cf target -o ${{ vars.CF_ORG }} -s ${{ vars.CF_SPACE }}
- name: Run `make dev` (terraform init -> plan -> apply)
run: |
pushd ${GITHUB_WORKSPACE}/terraform
Expand Down

0 comments on commit b2dd3de

Please sign in to comment.