Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxy7/apputils
Respository consisting golang CLI tool with commands shared among my projects
https://github.com/nxy7/apputils
Last synced: 10 days ago
JSON representation
Respository consisting golang CLI tool with commands shared among my projects
- Host: GitHub
- URL: https://github.com/nxy7/apputils
- Owner: nxy7
- License: other
- Created: 2023-03-07T18:55:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T23:19:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T00:54:38.513Z (17 days ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appUtils
The goal of the project is making tool allowing for testing and deploying applications using docker compose. Example usage of deployment pipeline:
`apputils deploy -f compose.yml -f compose.prod.yml cron -c '0 0 * * *'` will check if there are any updates of the code in git repo and if there are any it will
redeploy the app at given interval, in this case at midnight every day.My next goal is making sure the app passes tests before redeploying.