fixed test and staging confusin in readme.

Please rename testregistry to registry-st in your .ssh/config
This commit is contained in:
Priit Tark 2014-12-22 14:18:08 +02:00
parent cef1f6f2b5
commit 885596d8d7
2 changed files with 105 additions and 104 deletions

View file

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