hostinger/Deploy on Hostinger VPS
Deploy your dockerized application on Hostinger VPS instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 16, 2025
- License
- MIT
Pinned Snippet
uses: hostinger/deploy-on-vps@b0868cec74bfa63af6bfa7bdb0dfee2f9bef13ea # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Hostinger API key for authentication. Get it from your Hostinger account dashboard. | yes | — |
| virtual-machine | Virtual machine ID or name where the application will be deployed | yes | — |
| project-name | Name of the project for identification in Hostinger dashboard | no | ${{ github.event.repository.name }} |
| environment-variables | Environment variables in KEY=value format, separated by commas or newlines | no | "" |
| docker-compose-path | Relative path to docker-compose.yml file from repository root | no | "" |
Outputs
no outputs