cowprotocol/Auto-Deploy
Automatically trigger a re-deployment of Kubernetes pods.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: cowprotocol/autodeploy-action@73f1163f19a584cdc34e29aa84d630d7e6a45432 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pods | The pods to re-deploy | — | — |
| images | Re-deploy all pods running this image | — | — |
| tag | The tag used for re-deploy | no | develop |
| strategy | The strategy to use for this deployment | no | rollout |
| url | The re-deployment service URL | yes | — |
| token | The access token for interacting with the re-deployment URL | yes | — |
| timeout | The timeout for the re-deployment request | no | 60000 |
Outputs
| name | description |
|---|---|
| status_code | The status code from the re-deploy HTTP request |