Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/dpl/providers/convox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Convox < Provider
opt '--app APP', required: true
opt '--rack RACK', required: true
opt '--password PASS', required: true
opt '--install_url URL', default: 'https://convox.com/cli/linux/convox'
opt '--install_url URL', default: 'https://convox.s3.amazonaws.com/cli/linux/convox'
opt '--update_cli'
opt '--create'
opt '--promote', default: true
Expand Down
2 changes: 1 addition & 1 deletion spec/dpl/providers/convox_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
it { should have_env CONVOX_RACK: 'rack' }
it { should have_env CONVOX_CLI: 'convox' }

it { should have_run %r(curl -sL -o \$HOME/bin/convox https://convox.com/cli/linux/convox) }
it { should have_run %r(curl -sL -o \$HOME/bin/convox https://convox.s3.amazonaws.com/cli/linux/convox) }
it { should have_run '[info] $ convox version --rack rack' }
it { should have_run 'convox version --rack rack' }
it { should have_run '[info] Setting the build environment up for the deployment' }
Expand Down