Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```