{"id":36451,"date":"2024-01-04T13:51:01","date_gmt":"2024-01-04T13:51:01","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=36451"},"modified":"2026-02-19T10:31:07","modified_gmt":"2026-02-19T10:31:07","slug":"how-to-install-and-use-git-push-deploy-add-on","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on","title":{"rendered":"How to Install and Use Git-Push-Deploy Add-on?"},"content":{"rendered":"<h2 class=\"ack-h2\">How to Install and Use Git-Push-Deploy Add-on?<\/h2>\n<p>There are different ways to put your code from a Git repository into containers. This includes methods like redeploying the entire container, quickly redeploying using volumes, or using the &#8220;git clone&#8221; approach. But, when you want to automate this process and move to continuous deployment, it can be challenging. Developers may find it complex because they need to know how to connect all the parts of their application properly.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On.jpg\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46650 size-full\" title=\"Git-Push-Deploy\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On.jpg\" alt=\"Git-Push-Deploy\" width=\"706\" height=\"171\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On.jpg 706w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-300x73.jpg 300w\" sizes=\"(max-width: 706px) 100vw, 706px\" \/><\/a><\/p>\n<p>In the world of containers, managing the building of your stack images involves dealing with the extra complexity of CI\/CD pipelines. Redeploying the entire container might not be the best choice if you frequently make commits without changing the configuration of the operating system, application server stack, or its dependencies.<\/p>\n<p>To make deployment automation easier, AccuWeb.Cloud has created a special <b>Git-Push-Deploy<\/b> package. This package helps deliver your code into pre-built container images. It has several configurations to automatically deploy changes you&#8217;ve committed in your Git application source repository to the cloud. This makes your changes available for testing with minimal delays.<\/p>\n<div class=\"article-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Git-Push-Deploy Specifics<\/h2>\n<p>The Git-Push-Deploy package can work with <b>GitHub<\/b> and <b>GitLab<\/b>. It&#8217;s designed to update your Java, PHP, <strong><a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-ruby-on-rails-application\/\" target=\"_blank\" rel=\"noopener\">Ruby<\/a><\/strong>, <strong><a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-node-js-and-npm-deployment-guide\/\" target=\"_blank\" rel=\"noopener\">Node.js<\/a><\/strong>, and <strong><a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-your-python-application-on-cloud\/\" target=\"_blank\" rel=\"noopener\">Python<\/a><\/strong> applications automatically. It can be used with specific templates for certified stacks, like:<\/p>\n<p>Java: Tomcat 6\/7\/8\/9, TomEE, GlassFish 3\/4, Jetty 6\/8\/9, WildFly 8\/9\/10, JBoss AS 7, Spring Boot 1.x<\/p>\n<p>PHP: Apache 2.4, NGINX 1.10<\/p>\n<p>Ruby: Apache 2.4, NGINX 1.10<\/p>\n<p>Node.js: NodeJS 0.x-6.x<\/p>\n<p>Python: Apache 2.4<\/p>\n<p>How it works depends on the programming language of your project:<\/p>\n<p>For Java, it creates a separate environment with a Maven build node. This node interacts with the Git repository, triggers your application builds, and deploys them to the application server.<\/p>\n<p>For PHP\/Ruby\/Node.js\/Python, it sets up a deployment pipeline directly to the ROOT context on a web server.<\/p>\n<h3 class=\"ack-h3\">Repository Pre-Configurations<\/h3>\n<p>To make sure your add-on installs correctly, you&#8217;ll need to give it permission using a Personal API Token for your Git account. This token helps the package set up a webhook for your repository, so it knows to redeploy your application whenever there&#8217;s a change.<\/p>\n<p>Here&#8217;s how to get your personal access token:<\/p>\n<h3 class=\"ack-h3\">For GitHub:<\/h3>\n<p><b>Step 1:<\/b> Go to <b>Settings<\/b> -&gt; <b>Developer Settings<\/b> -&gt; <b>Personal access tokens<\/b>.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generating-Access-Token-on-GitHub.jpg\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46651 size-full\" title=\"Personal access tokens\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generating-Access-Token-on-GitHub.jpg\" alt=\"Personal access tokens\" width=\"980\" height=\"932\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generating-Access-Token-on-GitHub.jpg 980w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generating-Access-Token-on-GitHub-300x285.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generating-Access-Token-on-GitHub-768x730.jpg 768w\" sizes=\"(max-width: 980px) 100vw, 980px\" \/><\/a><\/p>\n<p><b>Step 2: <\/b>Click &#8220;<b>Generate new token<\/b>.&#8221;<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token.jpg\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46652 size-full\" title=\"Generate new token\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token.jpg\" alt=\"Generate new token\" width=\"1081\" height=\"600\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token.jpg 1081w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token-300x167.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token-1024x568.jpg 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-new-token-768x426.jpg 768w\" sizes=\"(max-width: 1081px) 100vw, 1081px\" \/><\/a><\/p>\n<p><b>Step 3:<\/b> Provide a description, select the <b>repo<\/b>, and choose<b> admin:repo_hook<\/b> scopes.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46654 size-full\" title=\"admin:repo_hook\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD.jpg\" alt=\"admin:repo_hook\" width=\"1080\" height=\"644\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD.jpg 1080w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD-300x179.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD-1024x611.jpg 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/New-Personal-Nicktest-CI-CD-768x458.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/a><\/p>\n<p><b>Step 4: <\/b>Click &#8220;<b>Generate token<\/b>&#8221; and copy the access token shown (remember, you can&#8217;t see it again later).<\/p>\n<div class=\"article-space\"><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-token.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46663 size-full\" title=\" Copy Token Repo\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-token.jpg\" alt=\" Copy Token Repo\" width=\"1010\" height=\"821\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-token.jpg 1010w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-token-300x244.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Generate-token-768x624.jpg 768w\" sizes=\"(max-width: 1010px) 100vw, 1010px\" \/><\/a><\/div>\n<div class=\"article-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">How to Install Git-Push-Deploy Package<\/h2>\n<p>The Git-Push-Deploy package is like an extra tool you can add to your environment. You can only install it on top of an existing environment. We&#8217;ve set up an environment to show you how it works with Apache-PHP application servers for different programming languages.<\/p>\n<p>If you&#8217;re using an environment you created before, be aware that the package might replace the application deployed to the main part. To keep your current application, move it to a custom place. We suggest making a new environment and then following these steps:<\/p>\n<p><b>Step 1:<\/b> Click the <b>Import<\/b> button on the dashboard.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Install-Git-Push-Deploy-Package.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46656 size-full\" title=\"Install Gitbub\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Install-Git-Push-Deploy-Package.jpg\" alt=\"Install Gitbub\" width=\"960\" height=\"636\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Install-Git-Push-Deploy-Package.jpg 960w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Install-Git-Push-Deploy-Package-300x199.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Install-Git-Push-Deploy-Package-768x509.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/p>\n<p><b>Step 2: <\/b>If you created a jps file on your computer, find and open it. If you didn&#8217;t make one, you can get a pre-made jps file from this <strong><a class=\"ack-link-color\" href=\"https:\/\/github.com\/jelastic-jps\/git-push-deploy\/blob\/master\/manifest.jps\" target=\"_blank\" rel=\"noopener\">web link<\/a><\/strong>.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-01.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46657 size-full\" title=\"Import Local File\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-01.jpg\" alt=\"Import Local File\" width=\"958\" height=\"633\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-01.jpg 958w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-01-300x198.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Git-Push-Deploy-Add-On-01-768x507.jpg 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><\/p>\n<p><b>Step 3:<\/b> Click <b>Import<\/b>.<\/p>\n<p><b>Step 4:<\/b> In the new window, give details about your repository and where you want to deploy your app:<\/p>\n<p><b>Git Repo Url:<\/b> The link to your application repo.<\/p>\n<p><b>Branch:<\/b> The branch of your project.<\/p>\n<p><b>User:<\/b> Your Git account login.<\/p>\n<p><b>Token:<\/b> The access token you made earlier for the webhook.<\/p>\n<p><b>Environment name:<\/b> Choose where your app will be deployed.<\/p>\n<p><b>Nodes:<\/b> The name of the application server (it&#8217;s automatically filled in when you choose the environment).<\/p>\n<p><b><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Nodes.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-36459 size-full\" title=\"Add Respiratory Details\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Nodes.png\" alt=\"Add Respiratory Details\" width=\"954\" height=\"867\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Nodes.png 954w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Nodes-300x273.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Nodes-768x698.png 768w\" sizes=\"(max-width: 954px) 100vw, 954px\" \/><\/a><\/b><\/p>\n<p><b>Step 5: <\/b>Click <b>Install<\/b>. Wait for AccuWeb.Cloud to get your app from GitHub and set up the continuous deployment. Close the notification when it&#8217;s done.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Click-Install.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-36460 size-full\" title=\"Successfully Installed\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Click-Install.png\" alt=\"Successfully Installed\" width=\"958\" height=\"823\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Click-Install.png 958w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Click-Install-300x258.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Click-Install-768x660.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><\/p>\n<p><b>Step 7: <\/b>To start your app, click &#8220;<b>Open in browser<\/b>&#8221; next to your web server.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Open-in-browser.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-36461 size-full\" title=\"Open in Browser\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Open-in-browser.png\" alt=\"Open in Browser\" width=\"956\" height=\"721\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Open-in-browser.png 956w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Open-in-browser-300x226.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Open-in-browser-768x579.png 768w\" sizes=\"(max-width: 956px) 100vw, 956px\" \/><\/a><\/p>\n<p>That&#8217;s it! Now, whenever you make a change to your code and save it, a new version of your app will automatically go to the application server.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/application-server.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46659 size-full\" title=\"Result on the live site\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/application-server.jpg\" alt=\"Result on the live site\" width=\"1018\" height=\"365\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/application-server.jpg 1018w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/application-server-300x108.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/application-server-768x275.jpg 768w\" sizes=\"(max-width: 1018px) 100vw, 1018px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\">Redeployment Policies for Different Stacks<\/h2>\n<p>To eliminate possible application downtime for a server with a Restart update policy, scale it out to be run over multiple containers. In this case, the required updates will be applied to the instances sequentially, with a 30-second delay by default.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Different-Stacks.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46660 size-full\" title=\"Different Stacks\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Different-Stacks.jpg\" alt=\"Different Stacks\" width=\"725\" height=\"630\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Different-Stacks.jpg 725w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Different-Stacks-300x261.jpg 300w\" sizes=\"(max-width: 725px) 100vw, 725px\" \/><\/a><\/p>\n<div class=\"article-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Test Automated Deploy from Git<\/h2>\n<p>And now, let\u2019s check how this process actually works. Make some minor adjustments to the code in a repo and ensure everything is automated:<\/p>\n<p><b>Step 1.<\/b> Click <b>Edit this file<\/b> for some item within your project repository and <b>Commit changes<\/b> to it &#8211; for example, we\u2019ll modify the text at our nicktest.com start page.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Test-Automated-Deploy-from-Git.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46661 size-full\" title=\"Commit Changes\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Test-Automated-Deploy-from-Git.jpg\" alt=\"Commit Changes\" width=\"1007\" height=\"609\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Test-Automated-Deploy-from-Git.jpg 1007w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Test-Automated-Deploy-from-Git-300x181.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/Test-Automated-Deploy-from-Git-768x464.jpg 768w\" sizes=\"(max-width: 1007px) 100vw, 1007px\" \/><\/a><\/p>\n<p><b>Step 2.<\/b> As a result, the appropriate webhook will be triggered to deploy the made changes into your hosting environment &#8211; refer to the repository <b>Settings<\/b> &gt; <b>Webhooks<\/b> section for the details.<\/p>\n<p>Upon clicking on this string, you\u2019ll see the list of Recent Deliveries initiated by the webhook and the result of their execution.<\/p>\n<p><b>Step 3.<\/b> As the last checkpoint, return back to your application page and refresh it. That\u2019s it! As you can see, the modifications were successfully applied, so the solution works as intended.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/successfully-applied.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-46662 size-full\" title=\"Solution works as intended\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/successfully-applied.jpg\" alt=\"Solution works as intended\" width=\"902\" height=\"352\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/successfully-applied.jpg 902w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/successfully-applied-300x117.jpg 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/01\/successfully-applied-768x300.jpg 768w\" sizes=\"(max-width: 902px) 100vw, 902px\" \/><\/a><\/p>\n<p>Simply update your code, make commits as usual, and all the changes will be automatically pushed to your AccuWeb.Cloud environment. No need to switch between processes or make manual updates eliminates human errors and accelerates your application&#8217;s market time.<\/p>\n<h2 class=\"ack-h3\">Conclusion<\/h2>\n<p>In conclusion, installing and using the Git-Push-Deploy add-on is a straightforward process that involves integrating it with your Git repository. By following the provided steps, you can set up automatic delivery of updates to your Java, PHP, Ruby, Node.js, or Python applications.<\/p>\n<p>The add-on streamlines the deployment workflow, ensuring that your code changes trigger redeployment efficiently. Whether you&#8217;re deploying to a Java-based environment with Maven build nodes or to other supported languages, Git-Push-Deploy simplifies the process, making it easier to manage and continuously update your applications with minimal effort.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"cta-btn-bottom-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-36451","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-deployment","faq_topics-install-and-use-git-push-deploy","faq_topics-kb","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install and Use Git-Push-Deploy Add-on? - AccuWeb Cloud<\/title>\n<meta name=\"description\" content=\"&quot;Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install and Use Git-Push-Deploy Add-on?\" \/>\n<meta property=\"og:description\" content=\"&quot;Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T10:31:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"How to Install and Use Git-Push-Deploy Add-on?\",\"datePublished\":\"2024-01-04T13:51:01+00:00\",\"dateModified\":\"2026-02-19T10:31:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\"},\"wordCount\":1032,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\",\"name\":\"How to Install and Use Git-Push-Deploy Add-on? - AccuWeb Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-01-04T13:51:01+00:00\",\"dateModified\":\"2026-02-19T10:31:07+00:00\",\"description\":\"\\\"Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Use Git-Push-Deploy Add-on?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install and Use Git-Push-Deploy Add-on? - AccuWeb Cloud","description":"\"Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on","og_locale":"en_US","og_type":"article","og_title":"How to Install and Use Git-Push-Deploy Add-on?","og_description":"\"Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T10:31:07+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"How to Install and Use Git-Push-Deploy Add-on?","datePublished":"2024-01-04T13:51:01+00:00","dateModified":"2026-02-19T10:31:07+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on"},"wordCount":1032,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on","url":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on","name":"How to Install and Use Git-Push-Deploy Add-on? - AccuWeb Cloud","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-01-04T13:51:01+00:00","dateModified":"2026-02-19T10:31:07+00:00","description":"\"Unlock seamless deployment with the step-by-step guide on installing and utilizing the Git-Push-Deploy Add-on.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-git-push-deploy-add-on#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"How to Install and Use Git-Push-Deploy Add-on?"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/36451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=36451"}],"version-history":[{"count":16,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/36451\/revisions"}],"predecessor-version":[{"id":53435,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/36451\/revisions\/53435"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=36451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}