This package has been deprecated

Author message:

this package has been deprecated

glitch-deploy-cli

2.0.0 • Public • Published

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. 👍

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

Package Sidebar

Install

npm i glitch-deploy-cli

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • sotayamashita