ember-cli-deploy-gh-pages
Make deploying to gh-pages great again!
An ember-cli-deploy plugin to build application a specified branch. Defaults to gh-pages to work right out of the box with GitHub.
Based heavily on @ef4's ember-cli-deploy-git.
Config
Configuration is optional, will work fine from the box. But for ease of access, some options are exposed
Installation
ember install ember-cli-deploy ember-cli-deploy-build ember-cli-deploy-gh-pages
A blueprint will run to generate config/deploy.js
From there, you will need to customize the following:
ENV'gh-pages' = force: processenvgitForcePush slack: webhookURL: processenvwebhookURL options: channel: processenvslackChannel { return ` Successfully deployed to \n Visit at `; } { return error; } ;
Both the success
and failure
hooks are optional.
ember-cli-deploy Hooks Implemented
For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.
setup
configure
upload
Running
ember deploy <deployTarget>