From a72ec8e3f06e197a4d043fb2ed5e9e4df0a4f2ef Mon Sep 17 00:00:00 2001 From: sBubshait Date: Sun, 27 Jul 2025 09:46:00 +0300 Subject: [PATCH] chore: delete old CI/CD pipeline pushing to Firebase --- .github/workflows/firebase-hosting-merge.yml | 40 ------------------- .../firebase-hosting-pull-request.yml | 23 ----------- 2 files changed, 63 deletions(-) delete mode 100644 .github/workflows/firebase-hosting-merge.yml delete mode 100644 .github/workflows/firebase-hosting-pull-request.yml diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml deleted file mode 100644 index ac7cffe..0000000 --- a/.github/workflows/firebase-hosting-merge.yml +++ /dev/null @@ -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 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml deleted file mode 100644 index 37dece4..0000000 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ /dev/null @@ -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