Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

Cloudron Deploy

v0.0.8

Cloudron Deploy

upload-cloud

Cloudron Deploy

Deploy a Docker image to Cloudron

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Cloudron Deploy

uses: rossmaclean/cloudron-deploy-action@v0.0.8

Learn more about this action in rossmaclean/cloudron-deploy-action

Choose a version

Cloudron Deploy Action

This actions deploys a Docker image to a Cloudron server.

Arguments

Image

  • Key: image
  • Required: true

Docker image to be deployed to Cloudron e.g. myuser/myimage:myversion

App Domain

  • Key: app-domain
  • Required: true

Domain where the app should be installed/updated in Cloudron e.g. myapp.server.com

Cloudron Server

  • Key: cloudron-server
  • Required: true

Cloudron server e.g. my.server.com

Cloudron Token

  • Key: cloudron-token
  • Required: true

Cloudron auth token

Install If Missing

  • Key: install-if-missing
  • Required: true
  • Default: "true"

Should the app be installed if not currently? False results in using update only. true/false

Environment

  • Key: environment
  • Required: false

Environment variables to be set. Note that this does not clear currently set environment variables which are not overwritten.