hostinger/Deploy on Hostinger VPS

Deploy your dockerized application on Hostinger VPS instance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 16, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hostinger/deploy-on-vps@b0868cec74bfa63af6bfa7bdb0dfee2f9bef13ea # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api-keyHostinger API key for authentication. Get it from your Hostinger account dashboard.yes
virtual-machineVirtual machine ID or name where the application will be deployedyes
project-nameName of the project for identification in Hostinger dashboardno${{ github.event.repository.name }}
environment-variablesEnvironment variables in KEY=value format, separated by commas or newlinesno""
docker-compose-pathRelative path to docker-compose.yml file from repository rootno""

no outputs