Remove firebase deploy
This commit is contained in:
parent
1516033982
commit
cbead4c350
1 changed files with 0 additions and 24 deletions
24
.github/workflows/deploy-firebase.yaml
vendored
24
.github/workflows/deploy-firebase.yaml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue