Rename Firebase deploy script

This commit is contained in:
Andras Schmelczer 2022-01-23 23:25:51 +01:00
parent 3f7f868a94
commit 1516033982

View file

@ -1,21 +0,0 @@
name: Deploy site
on:
push:
branches:
- main
jobs:
firebase-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch with lfs
uses: actions/checkout@master
- name: Build site
run: |
npm install
npm run build
- name: Deploy html
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting:schmelczer-dev --project schmelczer-dev
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}