You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
zCloud Deploy
v1.0.9
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 CLI extra arguments.
uses: zcloud-ws/zcloud-deploy-action@main
with:
user-token: USER_TOKEN
env: ENV_NAME
dir: app1
extra-args: "--env-var ENV1=VAL1 --env-var ENV2=VAL2"