2.0.0 • Published 6 years ago

glitch-deploy-cli v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

glitch-deploy-cli build status greenkeeper status

Deploy a GitHub repository to glitch.com

It uses an API which is used in Glitch application and may be changed without any notice because it is not public. Please keep this in the back of your head. I am looking forward to official API. :+1:

Install

npm install glitch-deploy-cli --save-dev

Usage

You have to set the following environment variables:

  • GLITCH_PROJECT_ID ...the Glitch project id. You can get from https://api.glitch.com/projects/<Your Project Domain >
  • GLITCH_TOKEN ... the Glitch token
  • GH_REPO ... the GitHub repo. e.g sotayamashita/glitch-deploy-cli

with Travis CI

# .travis.yml
deploy:
  glitch-deploy

related

License

MIT © Sam Yamashita