Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.