Skip to content

Commit

Permalink
Merge pull request #19 from Soongsil-CoffeeChat/fix/#15
Browse files Browse the repository at this point in the history
fix firebase-hosting
  • Loading branch information
ChoiSangwon authored May 19, 2024
2 parents a27612c + 65044a6 commit 4f66690
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "21"
node-version: "20"

- name: Install Dependencies
run: npm install
Expand All @@ -28,11 +28,6 @@ jobs:
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Apply Firebase Hosting Target
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_COFFEEGO_SSU }}
run: firebase target:apply hosting coffeego-ssu coffeego-ssu.web.app --token $FIREBASE_TOKEN

- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 4f66690

Please sign in to comment.