Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
arrow-up-circle

GitHub Action

Swarmpit Stack Deploy

v1 Pre-release

Swarmpit Stack Deploy

arrow-up-circle

Swarmpit Stack Deploy

Deploys a stack from a passed docker compose file

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Swarmpit Stack Deploy

uses: firstandthird/swarmpit-stack-deploy-action@v1

Learn more about this action in firstandthird/swarmpit-stack-deploy-action

Choose a version

Swarmpit stack deploy

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

Usage:

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