From 24adef7a8cebcc0f1c814992e2bc60116c6a0fe8 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Sat, 9 Jan 2021 01:05:47 +0100 Subject: [PATCH] Change URL to https to avoid having to auth serverside --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index fdd549c..53fb28c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ lock '3.9.0' set :application, 'factuur.studentkickoff.be' -set :repo_url, 'git@github.com:StudentKickOff/Factuur.git' +set :repo_url, 'https://github.com/StudentKickOff/Factuur.git' # Default branch is :master # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp