Skip to content

Merge branch 'feat/task-149601' into 'main' #14

Merge branch 'feat/task-149601' into 'main'

Merge branch 'feat/task-149601' into 'main' #14

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Build
run: sh ./build.sh
# - name: Deploy
# run: npm run-script deploy
# env:
# ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}