Skip to content
Snippets Groups Projects
Commit c80046a7 authored by Petko Bordjukov's avatar Petko Bordjukov Committed by Eugen Rochko
Browse files

Update Capistrano lock version in config/deploy.rb (#4352)

Deployment with Capistrano was failing due to a mismatch between the loaded
version of Capistrano and the one specified in the deployment
configuration. Bumping the version in config/deploy.rb fixes this issue.
parent ebf5a060
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
lock '3.8.1'
lock '3.8.2'
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'master')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment