Skip to content

gekpp/delivery-pipeline-training

 
 

Repository files navigation

delivery-pipeline-training

Build Status

Installation

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash

source ~/.nvm/nvm.sh

git clone https://github.com/devops-ru/delivery-pipeline-training.git myapp
git submodule init && git submodule update

cd myapp

nvm use 0.5

npm install

npm run test

npm run start

Deploy

heroku login
heroku create
heroku addons:create heroku-postgresql:hobby-dev
git push heroku master

Continuous Delivery

sudo gem install travis -v 1.8.2 --no-rdoc --no-ri
# travis setup heroku
travis encrypt $(heroku auth:token) --add deploy.api_key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 52.3%
  • JavaScript 20.9%
  • Shell 14.0%
  • HTML 6.4%
  • Python 3.0%
  • CSS 2.3%
  • HCL 1.1%