Skip to content

Commit

Permalink
fix: workflow por fin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga committed Jun 11, 2024
1 parent 0b80dfb commit 70b2781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mv build/web/* public/game/
- name: Deploy landing page and game to Firebase Hosting
- uses: FirebaseExtended/action-hosting-deploy@v0
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEV }}"
Expand Down

0 comments on commit 70b2781

Please sign in to comment.