Update Capfile to use the current capistrano

We forgot to do so when updating Capistrano in commit c1491a7ce.
This commit is contained in:
Javi Martín
2021-08-11 02:32:20 +02:00
parent 7a38ede33f
commit 0a53f438c0

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock "~> 3.14.1"
lock "~> 3.16.0"
def deploysecret(key)
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]