Skip to content

Commit

Permalink
update: added project argument to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Jan 1, 2022
1 parent 7b1a9d8 commit a1c5537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
sudo npm install -g firebase-tools
host=$(echo ${{ secrets.REACT_APP_DOMAIN }} | awk -F[/:] '{print $4}') `#Strip out the protocol`
firebase functions:config:set cacheupdate.domain="$host" cacheupdate.key="${{ steps.api_keys.outputs.pass }}" --token '${{ secrets.FIREBASE_TOKEN }}'
firebase functions:config:set cacheupdate.domain="$host" cacheupdate.key="${{ steps.api_keys.outputs.pass }}" --token '${{ secrets.FIREBASE_TOKEN }}' --project ${{ env.GCP_PROJECT_ID }}
firebase deploy --only functions --token '${{ secrets.FIREBASE_TOKEN }}' --project ${{ env.GCP_PROJECT_ID }}
- name: Trigger HTTP Cloud Function
Expand Down

0 comments on commit a1c5537

Please sign in to comment.