Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArif Ali <mail@arif-ali.co.uk>2014-03-04 04:10:49 +0400
committerArif Ali <mail@arif-ali.co.uk>2014-03-04 04:10:49 +0400
commitaffc37ad024670520e6d552dc21414c68ef5c923 (patch)
tree1de9e933b27355d5b7175793472fb9ea451114ed /lib/support
parentd0e73eeca1f4e9d460a50200518e49b3afebbac9 (diff)
change deploy.sh without mysql, now that we are moving to postgres
Diffstat (limited to 'lib/support')
-rwxr-xr-xlib/support/deploy/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/support/deploy/deploy.sh b/lib/support/deploy/deploy.sh
index b96f73058b6..4684957233a 100755
--- a/lib/support/deploy/deploy.sh
+++ b/lib/support/deploy/deploy.sh
@@ -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' \ No newline at end of file
+echo 'Deploy: Done'