chore: delete old CI/CD pipeline pushing to Firebase
This commit is contained in:
parent
723abf5823
commit
a72ec8e3f0
40
.github/workflows/firebase-hosting-merge.yml
vendored
40
.github/workflows/firebase-hosting-merge.yml
vendored
@ -1,40 +0,0 @@
|
||||
# # This file was auto-generated by the Firebase CLI
|
||||
# # https://github.com/firebase/firebase-tools
|
||||
|
||||
# name: Deploy to Firebase Hosting on merge
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# jobs:
|
||||
# build_and_deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v3
|
||||
|
||||
# - name: Set up Flutter
|
||||
# uses: subosito/flutter-action@v2
|
||||
# with:
|
||||
# flutter-version: '3.32.6'
|
||||
# channel: stable
|
||||
|
||||
# - name: Install dependencies
|
||||
# working-directory: frontend
|
||||
# run: flutter pub get
|
||||
|
||||
# # - name: Run tests
|
||||
# # run: flutter test
|
||||
|
||||
# - name: Build Flutter Web
|
||||
# working-directory: frontend
|
||||
# run: flutter build web --release
|
||||
|
||||
# - name: Deploy to Firebase Hosting
|
||||
# uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
# with:
|
||||
# repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
# firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
||||
# channelId: live
|
||||
# projectId: wesalapp-bc676
|
||||
# entryPoint: frontend
|
||||
@ -1,23 +0,0 @@
|
||||
# # This file was auto-generated by the Firebase CLI
|
||||
# # https://github.com/firebase/firebase-tools
|
||||
|
||||
# name: Deploy to Firebase Hosting on PR
|
||||
# on: pull_request
|
||||
# permissions:
|
||||
# checks: write
|
||||
# contents: read
|
||||
# pull-requests: write
|
||||
# jobs:
|
||||
# build_and_preview:
|
||||
# if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - run: flutter build web
|
||||
# working-directory: frontend
|
||||
# - uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
# with:
|
||||
# repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
# firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
||||
# projectId: wesalapp-bc676
|
||||
# entryPoint: frontend
|
||||
Loading…
Reference in New Issue
Block a user