Skip to content

Deployment to Netlify

Igor Barinov edited this page Oct 29, 2017 · 9 revisions

In continuous deployment settings of Netlify:

Deploy settings

Repository: https://github.com/oraclesorg/ico-wizard

Branch: master

Build command: git submodule update --init --recursive --remote && npm run build && cp ./build/index.html ./build/invest.html && cp ./build/index.html ./build/crowdsale.html

Publish directory: build/

Clone this wiki locally