Skip to content

Commit

Permalink
Merge pull request #384 from sartim/develop
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
sartim committed Mar 25, 2024
2 parents e304fb4 + 62339fc commit 603c087
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .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
- run: yarn install && ng build
- 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 603c087

Please sign in to comment.