Skip to content

zcloud-ws/zcloud-deploy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

zCloud deploy action

This action deploy content on zCloud platform

Inputs

user-token

Optional Token to authenticate the user.

env-token

Optional Token to authenticate the app environment.

env

Required Environment name to create or update.

dir

Optional Directory usage as source code to send to deploy (default value is current dir)

image

Optional Image name to deploy.

app

Optional Name of the app in which the environment will be created or updated (requires usage together with the --create argument).

copy-env-vars-from

Optional Name of the environment from which the env vars will be copied to the new environment (requires usage together with the --create argument).

api-cli-uri

Optional Custom API URL for full private region deployments.

cli-extra-args

Optional CLI extra arguments.

Example usage

uses: zcloud-ws/zcloud-deploy-action@main
with:
  user-token: USER_TOKEN
  env: ENV_NAME
  dir: app1
  cli-extra-args: "--env-var ENV1=VAL1 --env-var ENV2=VAL2"

zCloud CLI

About

GitHub action to deploy content on zCloud platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •