diff options
| author | Michel Etienne | 2015-08-18 14:54:19 +0200 |
|---|---|---|
| committer | Michel Etienne | 2015-08-18 14:54:19 +0200 |
| commit | 13c377427346feb086989975635c0eb142aee718 (patch) | |
| tree | e6af7f8b7dc099be4dfb3015bba5d3c3bd09252f /config/deploy | |
| parent | be94bd8db1723ed5e00e448b1e3f22faee7fd2d5 (diff) | |
| download | chouette-core-13c377427346feb086989975635c0eb142aee718.tar.bz2 | |
update deploy script
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/staging.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index e8f79cac6..d43d2a307 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -3,5 +3,5 @@ set :deploy_via, :copy set :copy_cache, true set :copy_via, :scp set :copy_exclude, ".git/*" -set :branch, "V2_5" -set :gui_cmd, "2.5.1"
\ No newline at end of file +set :branch, "V3_0" +set :gui_cmd, "3.0.0" |
