From 4076ecf6d03aac16f43d6d5c196ec02d9b9361fa Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Thu, 27 Jun 2024 14:43:47 -0400 Subject: [PATCH] no .git --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index c76c82a..37b8683 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.git' +set :repo_url, 'https://github.com/sul-dlss-labs/rialto-airflow' # Default branch is :master ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp