You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Cloudron Deploy
v0.0.8
This actions deploys a Docker image to a Cloudron server.
- Key: image
- Required: true
Docker image to be deployed to Cloudron e.g. myuser/myimage:myversion
- Key: app-domain
- Required: true
Domain where the app should be installed/updated in Cloudron e.g. myapp.server.com
- Key: cloudron-server
- Required: true
Cloudron server e.g. my.server.com
- Key: cloudron-token
- Required: true
Cloudron auth token
- Key: install-if-missing
- Required: true
- Default: "true"
Should the app be installed if not currently? False results in using update only. true/false
- Key: environment
- Required: false
Environment variables to be set. Note that this does not clear currently set environment variables which are not overwritten.