We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally from: docpad/docpad#254
Now that the extensible cli is done. Having a heroku plugin would be awesome. Here's the requirements:
Alternatively, we can use the rest api instead, which would work like so:
heroku auth:token
We can also use the git api to setup a post hook to redeploy to heroku whenever master changes - link: http://developer.github.com/v3/repos/hooks/
Other steps:
server.js
Procfile
package.json>main
config.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally from: docpad/docpad#254
Now that the extensible cli is done. Having a heroku plugin would be awesome. Here's the requirements:
Alternatively, we can use the rest api instead, which would work like so:
heroku auth:token
, and use the result. If it fails, ask for the user's heroku tokenWe can also use the git api to setup a post hook to redeploy to heroku whenever master changes - link: http://developer.github.com/v3/repos/hooks/
Other steps:
server.js
,Procfile
,package.json>main
, andconfig.json
The text was updated successfully, but these errors were encountered: