Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 861 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 861 Bytes

bulls-eye

Services

Deployment instructions

Get secret key

Set secret key to deploy/secrets/keys/default

For development

$ bundle install --path=vendor/bundle
$ cd deploy
$ vagrant up
$ ./deploy_vagrant.sh

For production

TODO: create Rakefile to do the same thing

$ bundle exec itamae ssh -h PRODUCTION_HOST -y deploy/nodes/production/$ROLE.yml deploy/entry.rb

Bull's Eye Web

See Bull's Eye Web instruction

Bull's Eye Runner

See Bull's Eye Runner instruction

Docker Registry & Docker Registry Auth

See Bull's Eye Docker Registry instruction