Git based CI service
The idea of this project is to make a service that executes a deploy based on git an a set of configurarions.
Branch | Build status |
---|---|
master | |
develop |
Action | Latest Version | Master | GitHub | NPM |
---|---|---|---|---|
BaseAction | Go | Go | ||
CommandAction | Go | Go |
- Creating the module mapping to handle the internal actions and other user created actions.
- Now the app monitor a git repository and branch a try to start the deploy.
- The tests where removed since it's a long running app and Travis-CI will fail the build.
- Start executing action modules.
- Make usage of the CommandAction cretated for this app.