This action deploy content on zCloud platform
Optional Token to authenticate the user.
Optional Token to authenticate the app environment.
Required Environment name to create or update.
Optional Directory usage as source code to send to deploy (default value is current dir)
Optional Image name to deploy.
Optional Name of the app in which the environment will be created or updated (requires usage together with the --create argument).
Optional Name of the environment from which the env vars will be copied to the new environment (requires usage together with the --create argument).
Optional Custom API URL for full private region deployments.
Optional CLI extra arguments.
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"