Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Mar 25, 2024
1 parent af8b967 commit 62339fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup CI/CD Server
run: |
sudo apt-get update &&
sudo snap install bower --classic
- run: bower install
- run: yarn install && yarn build
- run: ./scripts/create_api_dot_js.sh
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
channelId: live
projectId: tridim-technologies
projectId: angular-drf-admin-418321

0 comments on commit 62339fc

Please sign in to comment.