Skip to main content

Deploy on Hostinger button

Easily deploy applications to your Hostinger VPS with one click

Updated this week

The Deploy to Hostinger button introduces a simple way to launch applications on Hostinger VPS with Docker Manager feature. It uses the Deploy on Hostinger button graphic, which can be added to any website, documentation page, or repository. When clicked, it takes users to the Hostinger Docker Hosting page, where the deployment flow is already set up using the project’s Docker Compose file.

Deploy on Hostinger

This makes it easy for anyone to spin up applications on a Hostinger VPS without worrying about manual setup. Once the checkout is complete, the VPS automatically prepares the Docker environment, and the Docker Manager opens with the Compose file, which is ready to deploy.

Markdown example

[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=repository-url)

Replace repository-url with the link to your docker-compose.yml file.

HTML example

<a href="https://www.hostinger.com/vps/docker-hosting?compose_url=repository-url">
<img src="https://assets.hostinger.com/vps/deploy.svg" alt="Deploy on Hostinger"/>
</a>

This code can be placed on any website or documentation to let users instantly deploy your application to Hostinger VPS.

Referral program option

The button also works with the Hostinger referral program. Adding your referral code to the URL provides an extra discount to the user and cashback rewards for you.

[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=repository-url&REFERRALCODE=code)
<a href="https://www.hostinger.com/vps/docker-hosting?compose_url=repository-url&REFERRALCODE=code">
<img src="https://assets.hostinger.com/vps/deploy.svg" alt="Deploy on Hostinger"/>
</a>

With the Deploy to Hostinger button, sharing and scaling applications become effortless. By placing the Deploy on Hostinger button where your users are, you empower them to launch apps in the cloud with just one click.

Did this answer your question?