cloud-design-dev/Deploy or update Code Engine workloads
Github action to create or update IBM Cloud Code Engine applications, batch jobs and serverless functions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 7, 2024
- License
- MIT
Pinned Snippet
uses: cloud-design-dev/ibmcloud-code-engine-github-action@65b9873a3e4f40e04f9babffee43e8915811c33d # v20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ibmcloud_api_key | IBM Cloud API Key with IAM permissions to create and manage Code Engine resources. | yes | — |
| resource_group | The IBM Cloud Resource Group associated with the Code Engine project. | no | Default |
| code_engine_region | The Region where the Code Engine project is located. | yes | us-south |
| code_engine_project | The name of the Code Engine Project where the workload will be deployed. | yes | — |
| workload_type | The code engine workload type that should be created or updated. | yes | — |
| workload_name | Name of the application, job or function | yes | — |
| function_runtime | Runtime used for the function workload_type | no | — |
| build_source | Build source path for workload. | no | . |
| workload_cpu | CPU configuration for the workload. If not set the default Code Engine value is used. | no | 1 |
| workload_memory | Memory configuration for the workload. If not set the default Code Engine value is used. | no | 2G |
| workload_port | Port configuration for the app workload_type. If not set the default Code Engine value is used. | no | 8080 |
| workload_arg | Additional arguments to add to the app or job | no | — |
| registry_namespace | The namespace of the private container registry where the image is stored. | no | — |
| registry_image | The image name in the private container registry. | no | — |
Outputs
no outputs