Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
chore: Parameterize CF deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldheft-gov committed Sep 18, 2020
1 parent 5b79186 commit 09d7719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
node-version: 12.x

- name: Login to Cloud.gov
run: cf login -a https://api.fr.cloud.gov -u ${{secrets.CF_DEPLOY_USER}} -p ${{secrets.CF_DEPLOY_PASS}} -o sandbox-hhs -s ron.heft
run: cf login -a https://api.fr.cloud.gov -u ${{secrets.CF_DEPLOY_USER}} -p ${{secrets.CF_DEPLOY_PASS}} -o ${{secrets.CF_DEPLOY_ORG}} -s ${{secrets.CF_DEPLOY_SPACE}}

- name: Deploy to Cloud.gov
run: yarn deploy:cf

0 comments on commit 09d7719

Please sign in to comment.