diff options
Diffstat (limited to 'script/rails-deploy-before-down')
-rwxr-xr-x | script/rails-deploy-before-down | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-deploy-before-down b/script/rails-deploy-before-down index a5f0d7af0..42284b00d 100755 --- a/script/rails-deploy-before-down +++ b/script/rails-deploy-before-down @@ -129,7 +129,7 @@ bundle_install_options="--path $BUNDLE_PATH" if [ "$OPTION_STAGING_SITE" = "0" ] then - bundle_install_options="$bundle_install_options --without development:test --deployment" + bundle_install_options="$bundle_install_options --without development debug test --deployment" fi if [ "$OPTION_STAGING_SITE" = "1" ] then |