Skip to content

Commit

Permalink
Merge pull request #56 from remap-keys/upgrade-node-html-parser
Browse files Browse the repository at this point in the history
Fix the deployment error.
  • Loading branch information
yoichiro authored May 31, 2024
2 parents b5b80a7 + 0d87a07 commit e670237
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
node-version: [20.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Firebase Tools
run: npm install -g firebase-tools
- name: Install dependencies
run: cd functions; yarn install
- name: Deploy to Firebase
uses: w9jds/firebase-action@v13.5.2
with:
args: deploy
run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN_PRODUCTION }} --project remap-b2d08
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN_PRODUCTION }}
PROJECT_ID: remap-b2d08
Expand Down

0 comments on commit e670237

Please sign in to comment.