Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 11:33:31 AM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 5, 2025
1 parent 4b372c4 commit 76c4057
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ 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 }}
cf target -o ${{ dev.CF_ORG }} -s ${{ dev.CF_SPACE }} \
--environment ${{ environment.CF_ORG }} \
--stacked ${{ environment.dev.CF_ORG }} \
--bare $CF_ORG
- name: Run `make dev` (terraform init -> plan -> apply)
run: |
pushd ${GITHUB_WORKSPACE}/terraform
Expand Down

0 comments on commit 76c4057

Please sign in to comment.