You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ centurion -p myproject -e staging -a rolling_deploy
I'm facing the following error:
lib/centurion/deploy_dsl.rb:49:in `public_port_for': undefined method `values' for nil:NilClass (NoMethodError)
The first step called by the deploy tasks is the stop_containers which pass a second parameter with the output of fetch(:port_bindings).
This :port_bindings is not defined in my configuration but seems required (my config is the default one.
Can you please confirm there's something wrong or explain me what I'm missing ?
The text was updated successfully, but these errors were encountered:
Given I'm execution the following command:
I'm facing the following error:
The first step called by the deploy tasks is the
stop_containers
which pass a second parameter with the output offetch(:port_bindings)
.This
:port_bindings
is not defined in my configuration but seems required (my config is the default one.Can you please confirm there's something wrong or explain me what I'm missing ?
The text was updated successfully, but these errors were encountered: