Commit affc37ad024670520e6d552dc21414c68ef5c923
1 parent
d0e73eec
Exists in
spb-stable
and in
3 other branches
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,7 +28,7 @@ sudo -u git -H git pull origin master | ||
| 28 | echo 'Deploy: Bundle and migrate' | 28 | echo 'Deploy: Bundle and migrate' |
| 29 | 29 | ||
| 30 | # change it to your needs | 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 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | 33 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
| 34 | sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production | 34 | sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production |
| @@ -42,4 +42,4 @@ echo 'Deploy: Starting GitLab server...' | @@ -42,4 +42,4 @@ echo 'Deploy: Starting GitLab server...' | ||
| 42 | sudo service gitlab start | 42 | sudo service gitlab start |
| 43 | 43 | ||
| 44 | sudo -u git -H rm /home/git/gitlab/public/index.html | 44 | sudo -u git -H rm /home/git/gitlab/public/index.html |
| 45 | -echo 'Deploy: Done' | ||
| 46 | \ No newline at end of file | 45 | \ No newline at end of file |
| 46 | +echo 'Deploy: Done' |