Commit b4c06ec22b4dad1d29e1c4440ff76cf8fbefb526

Authored by Fernando Brito
1 parent bd5e5350
Exists in wikilibras

Update git repository on deploy config file

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
config/deploy.rb
... ... @@ -2,10 +2,10 @@
2 2 lock '3.2.1'
3 3  
4 4 set :application, 'vlibras-web2'
5   -set :repo_url, 'git@bitbucket.org:fernandobrito/vlibras-web2.git'
  5 +set :repo_url, 'git@git.lavid.ufpb.br:vlibras-web2.git'
6 6  
7 7 # Default branch is :master
8   -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
  8 +ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
9 9  
10 10 # Default deploy_to directory is /var/www/my_app
11 11 set :deploy_to, '/srv/vlibras-web2/'
... ... @@ -53,8 +53,9 @@ namespace :deploy do
53 53 on roles(:web), in: :groups, limit: 3, wait: 10 do
54 54 # Here we can do anything such as:
55 55 #within release_path do
56   - # execute :rake, 'assets:clean -e production'
57   - # execute :rake, 'tmp:clear -e production'
  56 + #execute :rake, 'assets:clobber'
  57 + #execute :rake, 'assets:precompile'
  58 + # execute :rake, 'tmp:clear -e production'
58 59 #end
59 60 end
60 61 end
... ...