From 39cd3faae2588438f631a7190732723f99fc0e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20R=C3=A5dberg?= Date: Sat, 13 Jan 2024 19:19:30 +0100 Subject: [PATCH] test --- .github/workflows/firebase-release.yml | 44 +++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/firebase-release.yml b/.github/workflows/firebase-release.yml index e8f7edd..feac9e6 100644 --- a/.github/workflows/firebase-release.yml +++ b/.github/workflows/firebase-release.yml @@ -4,32 +4,32 @@ name: Deploy to Firebase Hosting tags: - '*' jobs: - build_and_deploy: - runs-on: ubuntu-latest - env: - REPO_READ_ACCESS_TOKEN: ${{ secrets.REPO_READ_ACCESS_TOKEN }} - steps: - - name: Checkout repository - uses: actions/checkout@v3 + # build_and_deploy: + # runs-on: ubuntu-latest + # env: + # REPO_READ_ACCESS_TOKEN: ${{ secrets.REPO_READ_ACCESS_TOKEN }} + # steps: + # - name: Checkout repository + # uses: actions/checkout@v3 - - name: Setup bun - uses: oven-sh/setup-bun@v1 + # - name: Setup bun + # uses: oven-sh/setup-bun@v1 - - name: Build, lint, and deploy - run: | - bun install - bun run build - bun run lint - - name: Deploy to Firebase Hosting - uses: FirebaseExtended/action-hosting-deploy@v0 - with: - repoToken: '${{ secrets.GITHUB_TOKEN }}' - firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_LIFE_TRINKET }}' - channelId: live - projectId: life-trinket + # - name: Build, lint, and deploy + # run: | + # bun install + # bun run build + # bun run lint + # - name: Deploy to Firebase Hosting + # uses: FirebaseExtended/action-hosting-deploy@v0 + # with: + # repoToken: '${{ secrets.GITHUB_TOKEN }}' + # firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_LIFE_TRINKET }}' + # channelId: live + # projectId: life-trinket release: - needs: build_and_deploy + # needs: build_and_deploy runs-on: ubuntu-latest steps: - name: get version