Skip to content

Commit

Permalink
Udpate dev deploy workflo
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Feb 14, 2024
1 parent d3853f9 commit db133b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
npm run build
- name: Deploy to dev environment
uses: 18f/cg-deploy-action@main
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CF_USERNAME }}
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: ${{ secrets.CF_ORG }}
cf_space: ${{ secrets.CF_SPACE }}
push_arguments: "-f manifest-dev.yml nad-ch-dev"
command: "cf push nad-ch-dev -f manifest-dev.yml"

0 comments on commit db133b9

Please sign in to comment.