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" ]