Commit 58b46cbc authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add -H to sudo commands in 4.1-to-4.2.md

parent 970d86b7
...@@ -12,15 +12,15 @@ ...@@ -12,15 +12,15 @@
cd /home/gitlab/gitlab/ cd /home/gitlab/gitlab/
# Get latest code # Get latest code
sudo -u gitlab git fetch sudo -u gitlab -H git fetch
sudo -u gitlab git checkout 4-2-stable sudo -u gitlab -H git checkout 4-2-stable
# Install libs # Install libs
sudo -u gitlab bundle install --without development test postgres --deployment sudo -u gitlab -H bundle install --without development test postgres --deployment
# update db # update db
sudo -u gitlab bundle exec rake db:migrate RAILS_ENV=production sudo -u gitlab -H bundle exec rake db:migrate RAILS_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