3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
|