actions-marketplace-validations/Create, Update and Delete to IBM Cloud Code Engine
Create, Update and Delete a project and deploy an app in IBM Cloud Code Engine.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| APP_SECRET | A secret of some sort, if needed by the application | no | — |
| CE_ACTION | What to do in CE, create, create_project, create_app, create_secrets, create_bindings or delete | yes | — |
| IMAGE | Container image | no | — |
| ISSUE_NUMBER | Issue Number | no | — |
| REGISTRY | Container registry | no | https://index.docker.io/v1/ |
| REGISTRY_USER | Container registry user name | no | — |
| REGISTRY_PASSWORD | Container registry user password | no | — |
| CE_REGISTRY_SECRET | Name of secret for the registry in Code Engine | no | registry-secret |
| CE_PROJECT_NAME | Code Engine Project name | no | demo-project |
| CE_APP_NAME | Code Engine Application name | no | demo-app |
| APP_PORT | Port number used by application | no | 3000 |
Outputs
| name | description |
|---|---|
| url | url of newly deployed app |