summaryrefslogtreecommitdiff
path: root/lib/support/deploy/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/support/deploy/deploy.sh')
-rwxr-xr-xlib/support/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/deploy/deploy.sh b/lib/support/deploy/deploy.sh
index ab46c47d8f5..1f8c915140c 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 mysql --deployment
+sudo -u git -H bundle --without aws development test --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake gitlab:assets:clean RAILS_ENV=production