| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e43fd7b commit dc0c4f5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | deploy: | |
| 52 | 52 | name: Deploy | |
| 53 | 53 | needs: validate | |
| 54 | - # if: github.event_name == 'push' && github.ref == 'refs/heads/main' | ||
| 54 | + if: github.event_name == 'push' && github.ref == 'refs/heads/main' | ||
| 55 | 55 | runs-on: ubuntu-latest | |
| 56 | 56 | ||
| 57 | 57 | steps: | |
@@ -77,11 +77,11 @@ jobs: | |||
| 77 | 77 | command: pages deploy web/.output/public --project-name=httpsms | |
| 78 | 78 | gitHubToken: ${{ secrets.GITHUB_TOKEN }} | |
| 79 | 79 | ||
| 80 | - # - name: Firebase Deploy 🚀 | ||
| 81 | - # uses: FirebaseExtended/action-hosting-deploy@v0 | ||
| 82 | - # with: | ||
| 83 | - # repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||
| 84 | - # channelId: live | ||
| 85 | - # entryPoint: "./web" | ||
| 86 | - # firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_HTTPSMS_86C51 }}" | ||
| 87 | - # projectId: httpsms-86c51 | ||
| 80 | + - name: Firebase Deploy 🚀 | ||
| 81 | + uses: FirebaseExtended/action-hosting-deploy@v0 | ||
| 82 | + with: | ||
| 83 | + repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||
| 84 | + channelId: live | ||
| 85 | + entryPoint: "./web" | ||
| 86 | + firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_HTTPSMS_86C51 }}" | ||
| 87 | + projectId: httpsms-86c51 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments