Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the deployment of a Docker Swarm service by executing npm ci and npm run bundle to build the project before committing the built files, ensuring that the latest version of the application is deployed in the swarm environment.
What’s Changed
- fix: Update dependencies (5336574)
- fix: Update dependencies (e9c2fe7)
- fix: Update dependencies (0b48905)
- fix: Update dependencies (7cff14c)
- fix: Improve error output (7cd1d73)
- fix: Improve error output (92f3eca)
- fix: Improve error output (4db44f1)
- fix: Update dependencies (0ff3213)
- Create README.md (e1316ba)
- fix: Run bundle in Linux container to ensure dist is the same locally and on github (eb002ab)