diff --git a/config/deploy.rb b/config/deploy.rb index 37b8683..c6c0c11 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true set :application, 'rialto-airflow' -set :repo_url, 'https://github.com/sul-dlss-labs/rialto-airflow' +set :repo_url, 'ssh://git@github.com/sul-dlss-labs/rialto-airflow.git' # https://github.com/sul-dlss-labs/rialto-airflow' # Default branch is :master ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp