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-deploy-action

Deploys a docker-compose using the swarmpit api
https://github.com/firstandthird/swarmpit-stack-deploy-action

deployment docker docker-compose docker-stack docker-swarm swarmpit

Last synced: 14 days ago
JSON representation

Deploys a docker-compose using the swarmpit api

Awesome Lists containing this project

README

        

# Swarmpit stack deploy

This action allows you to deploy a new stack or update an existing by passing a docker compose file.

## Usage:

```yaml
uses: firstandthird/swarmpit-stack-deploy-action
with:
url: https://swarmpit.yourdomain.com
api-key: super-secure-api-key
stack: stack-name
compose: docker-compose-production.yml # can be any docker compose file
```