Skip to content

Commit

Permalink
Merge pull request #377 from sartim/develop
Browse files Browse the repository at this point in the history
Setup CI/CD
  • Loading branch information
sartim committed Mar 20, 2024
2 parents 2e14ab2 + 2c302e1 commit 59fd035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --force
- run: npm install -g firebase-tools
- run: bower install
- name: Run build
run: npm run build --noninteractive
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --force
- run: npm install -g firebase-tools
- run: bower install
- name: Run build
run: npm run build --noninteractive
Expand All @@ -39,7 +40,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: firebase login:ci
- name: Deploy to prod
run: |
echo "firebase deploy"
firebase deploy
- run: firebase logout

0 comments on commit 59fd035

Please sign in to comment.