From b83fbec4b518be9a18ca0fc3ceecc127c8fe4f6a Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 6 Oct 2025 13:47:09 -0500 Subject: [PATCH] Update deploy.php --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 640adab..cbb8e33 100644 --- a/deploy.php +++ b/deploy.php @@ -4,7 +4,7 @@ namespace Deployer; require 'recipe/yii.php'; // Config -set('repository', 'git@git.sometimescode.com:cgsmith/caloriethingy.com.git'); +set('repository', 'https://git.sometimescode.com/cgsmith/caloriethingy.com.git'); add('shared_files', [ //'yii',