Skip to content

Commit

Permalink
Revert "Deploy to Firebase Hosting Preview Channels (#125)" (#130)
Browse files Browse the repository at this point in the history
This reverts commit 6d3dc3c.
  • Loading branch information
LamboCreeper authored May 26, 2024
1 parent 6d3dc3c commit 5f448a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: Production
url: https://codesupport.dev
steps:
- uses: actions/checkout@v1
- name: Build source code
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,3 @@ jobs:
run: |
npm ci
npm run test
preview_deployment:
runs-on: ubuntu-latest
environment:
name: Development
url: ${{ steps.firebase_hosting_deploy.outputs.details_url }}
needs: [lint, build, test]
steps:
- uses: actions/checkout@v3
- name: Prepare for Deployment
run: |
npm ci
npm run export
- uses: FirebaseExtended/action-hosting-deploy@v0
id: firebase_hosting_deploy
with:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CODESUPPORT_DEVELOPMENT }}"
repoToken: "${{ secrets.GITHUB_ACTION }}"
expires: 7d
projectId: codesupport-development

0 comments on commit 5f448a6

Please sign in to comment.