Update Capfile to use the current capistrano
We forgot to do so when updating Capistrano in commit c1491a7ce.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# config valid only for current version of Capistrano
|
# config valid only for current version of Capistrano
|
||||||
lock "~> 3.14.1"
|
lock "~> 3.16.0"
|
||||||
|
|
||||||
def deploysecret(key)
|
def deploysecret(key)
|
||||||
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]
|
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]
|
||||||
|
|||||||
Reference in New Issue
Block a user