-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0e342e
commit 8c87491
Showing
2 changed files
with
5 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
# This file was auto-generated by the Firebase CLI | ||
# https://github.com/firebase/firebase-tools | ||
|
||
name: Deploy to Firebase Hosting on merge | ||
name: Deploy to Firebase on merge | ||
"on": | ||
push: | ||
branches: | ||
|
@@ -31,9 +28,8 @@ jobs: | |
node-version: 16 | ||
- run: cd web && npm ci && npm run build | ||
- name: Deploy hosting | ||
uses: FirebaseExtended/[email protected] | ||
uses: w9jds/firebase-action@master | ||
with: | ||
repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_FONDET }}" | ||
channelId: live | ||
projectId: fondet | ||
args: deploy --only hosting | ||
env: | ||
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FONDET }} |
This file was deleted.
Oops, something went wrong.