Skip to content

update sepolia contract #1

update sepolia contract

update sepolia contract #1

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- deploy
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Allows to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build-select-network --chain=goerli
npm run build-webpack
touch dist/.nojekyll
echo earthtiles.org > dist/CNAME
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch deployed to.
folder: dist # The folder to deploy.