From 0603718d93492a675a7115c00c2e1fd6c9ec1f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 29 Dec 2021 00:00:45 +0100 Subject: [PATCH] [BUGFIX] Use HTTPS repo url in deployer config --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 4de0d654..e0054b0f 100644 --- a/deploy.php +++ b/deploy.php @@ -26,7 +26,7 @@ require 'recipe/symfony.php'; // Config -set('repository', 'git@github.com:eliashaeussler/typo3-badges.git'); +set('repository', 'https://github.com/eliashaeussler/typo3-badges.git'); set('env', [ 'APP_ENV' => 'prod', ]);