Skip to content

Commit

Permalink
Updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-simon committed Aug 21, 2020
1 parent 4578dc2 commit b639fdb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

name: Deploy

env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
REACT_APP_FIREBASE_API_KEY: ${{ secrets.REACT_APP_FIREBASE_API_KEY }}
REACT_APP_FIREBASE_AUTH_DOMAIN: ${{ secrets.REACT_APP_FIREBASE_AUTH_DOMAIN }}
REACT_APP_FIREBASE_DATABASE_URL: ${{ secrets.REACT_APP_FIREBASE_DATABASE_URL }}
REACT_APP_FIREBASE_STORAGE_BUCKET: ${{ secrets.REACT_APP_FIREBASE_STORAGE_BUCKET }}
REACT_APP_TRANSLATE_URL: ${{ secrets.REACT_APP_TRANSLATE_URL }}
REACT_APP_TRANSLATE_LANGUAGE_LIST_URL: ${{ secrets.REACT_APP_TRANSLATE_LANGUAGE_LIST_URL }}

on:
push:
branches: [ master ]
Expand All @@ -27,5 +36,3 @@ jobs:
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 comments on commit b639fdb

Please sign in to comment.