Skip to content

Commit

Permalink
ci(developer): create envs vars for function
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 8, 2024
1 parent bf4839c commit 0b864ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
service_account: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
create_credentials_file: true

- name: Create function envs
shell: bash
run: |
echo "REDIS_HOST=${{ vars.REDIS_HOST }}" >> src/developer/functions/.env
- name: 🚀 Firebase deploy
shell: bash
run: npx firebase-tools deploy --project ${{ secrets.PROJECT_ID }}

0 comments on commit 0b864ac

Please sign in to comment.