Skip to content

Commit

Permalink
set CI for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsmosowi committed Jan 4, 2022
1 parent afd9941 commit ed18442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
REACT_APP_FIREBASE_PROJECT_ID: tryrowy
REACT_APP_FIREBASE_PROJECT_WEB_API_KEY:
"${{ secrets.FIREBASE_WEB_API_KEY_TRYROWY }}"
CI: ""
jobs:
build_and_preview:
runs-on: ubuntu-latest
Expand All @@ -20,6 +21,8 @@ jobs:
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build # will run `yarn build` command
env:
CI: ""
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit ed18442

Please sign in to comment.