ci: add project id

This commit is contained in:
2020-01-14 00:15:55 +01:00
parent 1047a38562
commit 96c64fbb1f

View File

@@ -17,8 +17,10 @@ jobs:
- run: npm install - run: npm install
- run: npm test - run: npm test
- run: npm run build - run: npm run build
- uses: w9jds/firebase-action@master - name: Deploy to Firebase
uses: w9jds/firebase-action@master
with: with:
args: deploy --only hosting args: deploy --only hosting
env: env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}