Skip to content

Bump cookie and express in /cloudfunctions #70

Bump cookie and express in /cloudfunctions

Bump cookie and express in /cloudfunctions #70

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: [self-hosted, Linux]
steps:
- uses: actions/setup-node@v2
with:
node-version: 16.3.0
always-auth: true
registry-url: https://registry.npmjs.org
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Replace Path 🔧
run: |
node ./replace_path.js
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: build/