change deploy.sh without mysql, now that we are moving to postgres

This commit is contained in:
Arif Ali 2014-03-04 00:10:49 +00:00
parent d0e73eeca1
commit affc37ad02
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ sudo -u git -H git pull origin master
echo 'Deploy: Bundle and migrate'
# change it to your needs
sudo -u git -H bundle --without aws development test postgres --deployment
sudo -u git -H bundle --without aws development test mysql --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
@ -42,4 +42,4 @@ echo 'Deploy: Starting GitLab server...'
sudo service gitlab start
sudo -u git -H rm /home/git/gitlab/public/index.html
echo 'Deploy: Done'
echo 'Deploy: Done'