Skip to content

MerthinTechnologies/push-ced-source-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push CED source files

Github Action to push source files to Merthin's Cloud/Edge Distribution.

Inputs

cli-token

CloudEdgeDistribution CLI token. If not specified it'll try to resolve the CLI token from environment variable CED_CLI_TOKEN.

environment

Environment to use in Cloud/Edge Distribution. If not specified it'll try to resolve it from environment variable CED_ENVIRONMENT, it'll use the default environment in ced.json otherwise.

path

Path to the Cloud/Edge Distribution project. If not specified it'll try to resolve it from environment variable CED_PROJECT_PATH, it'll use current folder otherwise.

Example usage

- uses: MerthinTechnologies/push-ced-source-action@v1
  with:
    path: ${{ env.PROJECT_PATH }}
    cli-token: ${{ secrets.CED_CLI_TOKEN }}
    environment: 'production'

About

Github Action to push source files to CloudEdgeDistribution.

Resources

Stars

Watchers

Forks

Packages

No packages published