Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiinkiestism committed Apr 9, 2021
1 parent a1455b5 commit f439a15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
# run: yarn test
- name: Run build
run: |
echo "REACT_APP_GOOGLE_ANALYTICS_SECRET=${GOOGLE_ANALYTICS_SECRET} >> .env"
yarn build
# run: |
# echo "REACT_APP_GOOGLE_ANALYTICS_SECRET=${GOOGLE_ANALYTICS_SECRET} >> .env"
# yarn build
# env:
# GOOGLE_ANALYTICS_SECRET: ${{ secrets.GOOGLE_ANALYTICS_SECRET }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
# run: yarn test
- name: Run build
run: |
echo "REACT_APP_GOOGLE_ANALYTICS_SECRET=${GOOGLE_ANALYTICS_SECRET} >> .env"
yarn build
# run: |
# echo "REACT_APP_GOOGLE_ANALYTICS_SECRET=${GOOGLE_ANALYTICS_SECRET} >> .env"
# yarn build
# env:
# GOOGLE_ANALYTICS_SECRET: ${{ secrets.GOOGLE_ANALYTICS_SECRET }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit f439a15

Please sign in to comment.