Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/swarmpit-stack-destroy-action
Removes a docker swarm stack using the swarmpit api
https://github.com/firstandthird/swarmpit-stack-destroy-action
deployment docker docker-compose docker-stack docker-swarm swarmpit
Last synced: 3 days ago
JSON representation
Removes a docker swarm stack using the swarmpit api
- Host: GitHub
- URL: https://github.com/firstandthird/swarmpit-stack-destroy-action
- Owner: firstandthird
- License: mit
- Created: 2023-01-11T21:55:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T16:06:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T06:02:26.372Z (21 days ago)
- Topics: deployment, docker, docker-compose, docker-stack, docker-swarm, swarmpit
- Language: TypeScript
- Homepage:
- Size: 667 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Swarmpit stack destroy
This action allows you to destroy a stack.
## Usage:
```yaml
uses: firstandthird/swarmpit-stack-destroy-action
with:
url: https://swarmpit.yourdomain.com
api-key: super-secure-api-key
stack: stack-name
```