sundaypeople/Apprun of sacloud "Deploy application" Action
Registers and deploys the application to Apprun
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | API access token | yes | — |
| access_secret | API access secret | yes | — |
| application_name | The name of Apprun application | yes | — |
| port | Port number to expose the application | no | — |
| image | Container image to deploy | yes | — |
| container_registry_username | Container registry username | no | — |
| container_registry_password | Container registry password | no | — |
| container_registry_action | Container registry action (new or keep) | no | — |
| min_scale | Minimum scale for the application | no | — |
| max_scale | Maximum scale for the application | no | — |
| components_name | Components name for the application | no | — |
| server | Server for the container registry | no | — |
| max_cpu | Maximum CPU for the application | no | — |
| max_memory | Maximum memory for the application | no | — |
| timeout_seconds | Timeout in seconds for the application | no | — |
| probe_path | probe check path to http server | no | — |
| probe_port | probe check port to http server | no | — |
| probe_headers | probe check headers to http server | no | — |
| env | App Run service environment | no | — |
| inherit_env | Inherit environment variables from the previous deployment | no | false |
| packet_filter_enabled | Enable packet filter | no | false |
| packet_filter_allowlist | Allowed source CIDRs (newline separated). Example: "203.0.113.0/24" | no | — |
Outputs
| name | description |
|---|---|
| public_url | The public URL of the deployed app |