Upload your site to Figroll
npm install -g figroll-cliUsage: figroll <command>
Commands:
login login to Figroll
list list your sites
create Create a new free site
connect Connect to your site
deploy Deploy to staging
activate Activate site to ProductionYou need to login to your existing Figroll account. If you don't have one you can register on our website Register.
$ figroll login
Email: <your email>
Password: <your password>To show a list of all of your sites hosted on Figroll use:
$ figroll listCreating a new free site is super simple with:
$ figroll create
You created site:
site: bread-171.figroll.itWhen we are ready to deploy our site, we can simply connect to that site, making sure we pass in your built site folder (dist-folder)
$ figroll connect bread-171.figroll.it dist/With figroll deploy it pushes your site straight up to your staging environment.
$ figroll deployOnce your happy you can activate your site on production environment. This also activates HTTPS on your site.
$ figroll activate