Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firstandthird/swarmpit-stack-deploy-action
- Owner: firstandthird
- License: mit
- Created: 2022-11-28T19:10:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T22:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T03:35:21.650Z (15 days ago)
- Topics: deployment, docker, docker-compose, docker-stack, docker-swarm, swarmpit
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- 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 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
```