Skip to content

Deploy V3 to QA Quickstart (#135) (#136) (#137) #5

Deploy V3 to QA Quickstart (#135) (#136) (#137)

Deploy V3 to QA Quickstart (#135) (#136) (#137) #5

name: Continuous Deployment to mainNet
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy quickstart
defaults:
run:
working-directory: gen-web
steps:
- uses: actions/checkout@v2
- name: Install Rust minimal stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- run: npm ci
- name: Build site
env:
MEMBRANE_PROOF_SERVICE_URL: "https://hbs.holo.host"
run: 'npm run build --if-present'
- name: Publish site
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'gen-web'
environment: mainnet