Skip to content

Commit

Permalink
Update deployment location
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Sep 21, 2023
1 parent 0c4c9fc commit d1d57d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp

# Default deploy_to directory is /var/www/my_app_name
set :deploy_to, "/opt/passenger/#{fetch(:deploy_group)}/#{fetch(:deploy_name)}"
set :deploy_to, "/opt/passenger/#{fetch(:deploy_name)}"

# Default value for :format is :airbrussh.
# set :format, :airbrussh
Expand Down

0 comments on commit d1d57d2

Please sign in to comment.