Skip to content

Commit

Permalink
don't deploy separate site
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Aug 26, 2024
1 parent a833117 commit 2979bd8
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,3 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_ROPESCORE_APP }}
channelId: live
projectId: ropescore-app

build_and_deploy_lyra:
runs-on: ubuntu-latest
timeout-minutes: 30
environment:
name: production-lyra
url: ${{ steps.firebase-deploy.outputs.details_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --prefer-offline
- run: npm run codegen
- run: npm run build
env:
VITE_COMMIT_REF: ${{ github.sha }}
VITE_CONTEXT: production-lyra
VITE_LYRA: true
- uses: FirebaseExtended/action-hosting-deploy@v0
id: firebase-deploy
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_ROPESCORE_APP }}
channelId: live
projectId: ropescore-app-lyra

0 comments on commit 2979bd8

Please sign in to comment.