Browse Source

Use the bundled Capistrano version (#9855)

pull/4/head
Alexander Mankuta 5 years ago
committed by Eugen Rochko
parent
commit
88c5a8a4ff
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.10.2'
lock '3.11.0'
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'master')

Loading…
Cancel
Save