Skip to content

Merge pull request #351 from GDGAhmedabad/develop #35

Merge pull request #351 from GDGAhmedabad/develop

Merge pull request #351 from GDGAhmedabad/develop #35

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
# To skip the workflow
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Create temp serviceAccount.json
run: echo "{}" > serviceAccount.json
- run: npm ci
- run: npm run build
- uses: w9jds/[email protected]
with:
args: deploy
env:
# See docs/tutorials/04-deploy.md for configuring these
PROJECT_ID: devfestahm-master
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVFESTAHM_MASTER }}