mittwald/mittwald mStudio container deployment
Update a mStudio container stack using the official API client and a YAML-based configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 4, 2026
- License
- MIT
Pinned Snippet
uses: mittwald/deploy-container-action@0551d75d8ea585aefc0de678b87a59e400b80faf # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | An mStudio API token. See https://developer.mittwald.de/docs/v2/api/intro/ on how to obtain an API token. | yes | — |
| stack_id | The ID of the mStudio container stack to deploy. See https://developer.mittwald.de/docs/v2/api/howtos/create-container/ on how to determine this ID. | yes | — |
| skip_recreation | Comma-separated list of services that should NOT be recreated after patching the stack | no | — |
| stack_yaml | Multiline YAML containing both services and volumes | no | — |
| stack_file | Path to stack.yaml file containing both services and volumes | no | — |
| services_yaml | Multiline YAML input for services | no | — |
| services_file | Path to services.yaml | no | — |
| volumes_yaml | Multiline YAML input for volumes | no | — |
| volumes_file | Path to volumes.yaml | no | — |
Outputs
no outputs