Skip to content

Commit

Permalink
revert changes to firebase function deploy and update firebase token …
Browse files Browse the repository at this point in the history
…enviroment variable in github using `firebase login:ci`
  • Loading branch information
fostermh committed Jun 5, 2024
1 parent 1de2d14 commit d4429ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "REACT_APP_GOOGLE_CLOUD_API_KEY_DEV=${{ secrets.REACT_APP_GOOGLE_CLOUD_API_KEY_DEV }}" >> .env
echo "RECORD_GENERATOR_URL=${{ secrets.RECORD_GENERATOR_URL }}" >> .env
echo "Setting Firebase Project..."
firebase use --add cioos-metadata-form --token ${{ secrets.FIREBASE_TOKEN }}
firebase use default
echo "Deploying to Firebase..."
firebase deploy --only functions --token ${{ secrets.FIREBASE_TOKEN }}
working-directory: firebase-functions/functions
Expand Down

0 comments on commit d4429ad

Please sign in to comment.