Skip to content

Commit

Permalink
Remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Mar 3, 2024
1 parent 9a4c241 commit a8f45fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/website_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ concurrency:
group: website-release

on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -72,9 +71,9 @@ jobs:
- flavor: dev
projectId: sharezone-debug
serviceAccountSecret: FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG
# - flavor: prod
# projectId: sharezone-c2bd8
# serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY
- flavor: prod
projectId: sharezone-c2bd8
serviceAccountSecret: FIREBASE_HOSTING_PROD_KEY
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

Expand All @@ -95,7 +94,7 @@ jobs:
- name: Install Firebase CLI
run: npm i -g [email protected]

- name: Build and deploy web-app
- name: Build and deploy website
env:
FIREBASE_HOSTING_KEY: ${{ secrets[matrix.environment.serviceAccountSecret] }}
run: |
Expand Down

0 comments on commit a8f45fe

Please sign in to comment.