From 87ca6df796f5bc4d07674e802b70fd930e35bade Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 16 Apr 2023 14:21:27 +0200 Subject: [PATCH] Add shelly offline updater --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 374115c..2a34a5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -400,3 +400,5 @@ mirror5: TARGET: 'ssh://git@git.shivering-isles.com:2222/github-mirror/stakater/Forecastle.git' - SOURCE: 'https://github.com/InfiniTimeOrg/InfiniTime.git' TARGET: 'ssh://git@git.shivering-isles.com:2222/github-mirror/InfiniTimeOrg/InfiniTime.git' + - SOURCE: 'https://github.com/bjuretko/shelly-offline-ota-update.git' + TARGET: 'ssh://git@git.shivering-isles.com:2222/github-mirror/bjuretko/shelly-offline-ota-update.git' -- GitLab