🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

continuous-deployment-modulus

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

continuous-deployment-modulus

Express middleware for enabling continuous deployment from github on modulus.io

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
2
Created
Source

continuous-deployment-modulus NPM version

Express middleware for enabling continuous deployment from github on modulus.io

Getting Started

npm install continuous-deployment-modulus --save

Add to your express application before routing...

var cd = require('continuous-deployment-modulus');
app.configure(function() {
  app.use('/deploy', cd());
});

Set up your environment variables in your modulus project...

TODO:

Environment Variables

###MODULUS_PROJECT

  • The name of your modulus project that will get deployed

###MODULUS_USER

  • The username you use when logging into modulus. If you use a github login, then this is your github username

###MODULUS_PWD

  • The password you use when logging into modulus. If you use a github login, then this is your github password

###USE_GITHUB

  • If you use a github login, set this to true

###GITHUB_TOKEN

  • This is the personal github token you need to create to give the middleware access to pull from your repo. TODO - add instructions on setting this up.

Keywords

express

FAQs

Package last updated on 30 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts