... | ... | @@ -10,4 +10,11 @@ |
|
|
Restart Gitlab
|
|
|
```bash
|
|
|
sudo service gitlab restart
|
|
|
```
|
|
|
|
|
|
Clean up assets and cache
|
|
|
```bash
|
|
|
cd /home/git/gitlab
|
|
|
|
|
|
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
|
|
|
``` |
|
|
\ No newline at end of file |