Skip to content

Merge pull request #5 from vgrichina/fix-build #3

Merge pull request #5 from vgrichina/fix-build

Merge pull request #5 from vgrichina/fix-build #3

Workflow file for this run

name: Deploy using web4
concurrency: production
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn
- name: Build
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
- name: Deploy using web4
run: npx web4-deploy build/ thewiki.near