Fix sidekiq chech and added script/check

This commit is contained in:
Dmitriy Zaporozhets 2013-01-09 20:31:05 +02:00
parent 16b61590ab
commit 6869a56403
2 changed files with 3 additions and 1 deletions

2
script/check Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production