Remove firebase deploy

This commit is contained in:
András Schmelczer 2022-01-24 20:46:14 +01:00
parent 1516033982
commit cbead4c350
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E

View file

@ -1,24 +0,0 @@
name: Deploy to Firebase
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 ci
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 }}