We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# You may want to add # sudo -H -u gitlab # before each script # Get latest code git pull origin stable # Install libs bundle install --without development test # update db bundle exec rake db:migrate RAILS_ENV=production # update gitolite hooks bundle exec rake gitlab:gitolite:write_hooks RAILS_ENV=production