From 548b1ce111c960359ebce0e465e1fb706a9f9cc0 Mon Sep 17 00:00:00 2001 From: Sychevskyi Henadii Date: Mon, 9 Jun 2025 13:39:02 +0200 Subject: [PATCH] JE-74518 --- README.md | 2 +- manifest.jps | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4e36c0..87c77ae 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Before applying the package, please consider the following points: ``` -[![Deploy to Cloud](images/deploy-to-cloud.png)](https://www.virtuozzo.com/install/?manifest=https://raw.githubusercontent.com/jelastic-jps/git-push-deploy/master/manifest.jps) +[![Deploy to Cloud](images/deploy-to-cloud.png)](https://www.virtuozzo.com/install/?manifest=https://cdn.jsdelivr.net/gh/jelastic-jps/git-push-deploy@master/manifest.jps) ## How to Integrate Git-Push-Deploy Pipeline to PaaS Environment diff --git a/manifest.jps b/manifest.jps index eccff93..e902329 100644 --- a/manifest.jps +++ b/manifest.jps @@ -3,11 +3,11 @@ version: 1.7 id: git-push-deploy name: Git-Push-Deploy Add-On homepage: https://www.virtuozzo.com/application-platform-docs/git-push-deploy/ -baseUrl: https://raw.githubusercontent.com/jelastic-jps/git-push-deploy/master +baseUrl: https://cdn.jsdelivr.net/gh/jelastic-jps/git-push-deploy@master description: text: /text/description.md short: Simple CI/CD pipeline for Git projects. -logo: https://raw.githubusercontent.com/jelastic-jps/git-push-deploy/master/images/ci-cd-icon.png +logo: https://cdn.jsdelivr.net/gh/jelastic-jps/git-push-deploy@master/images/ci-cd-icon.png targetEditions: [ "devops", "wordpress", "lite_do", "lite_vultr", "lite_gc", "ultimate", "light", "business" ]