Commit affc37ad024670520e6d552dc21414c68ef5c923

Authored by Arif Ali
1 parent d0e73eec

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

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/support/deploy/deploy.sh
... ... @@ -28,7 +28,7 @@ sudo -u git -H git pull origin master
28 28 echo 'Deploy: Bundle and migrate'
29 29  
30 30 # change it to your needs
31   -sudo -u git -H bundle --without aws development test postgres --deployment
  31 +sudo -u git -H bundle --without aws development test mysql --deployment
32 32  
33 33 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
34 34 sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
... ... @@ -42,4 +42,4 @@ echo 'Deploy: Starting GitLab server...'
42 42 sudo service gitlab start
43 43  
44 44 sudo -u git -H rm /home/git/gitlab/public/index.html
45   -echo 'Deploy: Done'
46 45 \ No newline at end of file
  46 +echo 'Deploy: Done'
... ...