Skip to content

Commit

Permalink
use a depot builder scoped by app so they don't share cache and all t…
Browse files Browse the repository at this point in the history
…hat between different users/apps deployments
  • Loading branch information
jeromegn committed Oct 22, 2024
1 parent 2c8bb4c commit 3a32452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@

if DEPLOY_NOW
in_step Step::DEPLOY do
exec_capture("flyctl deploy -a #{APP_NAME} --image #{image_ref} #{CONFIG_COMMAND_STRING}")
exec_capture("flyctl deploy -a #{APP_NAME} --image #{image_ref} --depot-scope=app #{CONFIG_COMMAND_STRING}")
end
end

Expand Down

0 comments on commit 3a32452

Please sign in to comment.