Commit a136247f authored by gitlabhq's avatar gitlabhq

easy update/install

parent 4fe65eb4
......@@ -14,9 +14,6 @@ env = if envs.include?(ARGV[0])
puts green " == Install for ENV=#{env} ..."
# pull from github
`git pull origin 1x`
# bundle install
if env == "production"
`bundle install --without development test`
......
......@@ -12,10 +12,10 @@ env = if envs.include?(ARGV[0])
"production"
end
puts green " == Update for ENV=#{env} from 1x"
puts green " == Update for ENV=#{env}"
# pull from github
`git pull origin 1x`
`git pull`
# bundle install
if env == "production"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment