Skip to content

JE-74518 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Before applying the package, please consider the following points:
</project>
```

[![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
Expand Down
4 changes: 2 additions & 2 deletions manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

Expand Down