Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider(scalingo) Update list of available regions #1267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/scalingo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Scalingo < Provider
opt '--api_token TOKEN', 'Scalingo API token', alias: :api_key, deprecated: :api_key
opt '--username NAME', 'Scalingo username'
opt '--password PASS', 'Scalingo password', secret: true
opt '--region REGION', 'Scalingo region', default: 'agora-fr1', enum: %w(agora-fr1 osc-fr1)
opt '--region REGION', 'Scalingo region', default: 'osc-fr1', enum: %w(osc-fr1 osc-secnum-fr1)
opt '--remote REMOTE', 'Git remote name', default: 'scalingo-dpl'
opt '--branch BRANCH', 'Git branch', default: 'master'
opt '--timeout SEC', 'Timeout for Scalingo CLI commands', default: 60, type: :integer
Expand Down