Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Remove development deps on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldangenent committed Nov 20, 2015
1 parent 05e5c33 commit 0270518
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Set branche to staging
set :branch, :staging

# Include development dependencies
set :composer_install_flags, '--no-interaction --quiet --optimize-autoloader'

# Server settings
set :deploy_to, -> { "/var/apps/#{fetch(:application)}" }
server 'example.com', user: 'deploy', roles: %w{web app db}

0 comments on commit 0270518

Please sign in to comment.