Skip to content
Snippets Groups Projects

Added metadata to Issue

Closed gitlab-qa-bot requested to merge github/fork/rightshift/master into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -58,6 +58,10 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
@@ -58,6 +58,10 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
 
 
# Update init.d script
 
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
 
sudo chmod +x /etc/init.d/gitlab
```
```
### 5. Update config files
### 5. Update config files
Loading