Update deploy

This commit is contained in:
Priit Tamboom 2014-10-08 17:02:53 +03:00
parent 8932eaec79
commit aebd431bb7

View file

@ -10,7 +10,7 @@ require 'mina/git'
# repository - Git repo to clone from. (needed by mina/git) # repository - Git repo to clone from. (needed by mina/git)
# branch - Branch name to deploy. (needed by mina/git) # branch - Branch name to deploy. (needed by mina/git)
set :domain, 'localregistry' set :domain, 'testregistry'
set :deploy_to, '/home/app/eedirekt' set :deploy_to, '/home/app/eedirekt'
set :repository, 'https://github.com/internetee/registry' set :repository, 'https://github.com/internetee/registry'
set :branch, 'master' set :branch, 'master'