Skip to content

0.12.13

0.12.13 #701

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- prod
- staging
- dev
env:
VERCEL_NAME: ${{ github.event.repository.name }}
VERCEL_TOKEN: ${{ secrets.CAISY_VERCEL_TOKEN }}
INTERNAL_AUTOMATION_AUTH_TOKEN: ${{ secrets.INTERNAL_AUTOMATION_AUTH_TOKEN }}
jobs:
check-build-publish-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: bash dep-prod.sh