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', ]);