Browse Source

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.
pull/4/head
Petko Bordjukov 6 years ago
committed by Eugen Rochko
parent
commit
c80046a77b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/deploy.rb

+ 1
- 1
config/deploy.rb View File

@ -1,6 +1,6 @@
# 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')

Loading…
Cancel
Save