Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 24adef7

Browse files
committed
Change URL to https to avoid having to auth serverside
1 parent 6376db0 commit 24adef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lock '3.9.0'
33

44
set :application, 'factuur.studentkickoff.be'
5-
set :repo_url, 'git@github.com:StudentKickOff/Factuur.git'
5+
set :repo_url, 'https://github.com/StudentKickOff/Factuur.git'
66

77
# Default branch is :master
88
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp

0 commit comments

Comments
 (0)