Skip to content

This project was created to automate pulling the latest code using Git for different projects.

Notifications You must be signed in to change notification settings

cgoulart35/GitProjectUpdateHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Project Update Handler

Git Project Update Handler is a Flask API project to make the deployment process easier for working on my personal projects. The program executes scripts that each take down a docker container for a specific project, and then bring it back up after being rebuilt. Projects are rebuilt with the latest code pulled from its Git repository.

Supported Projects

  • GBot - A Dockerized Python Discord bot, for fun!
  • HalloweenEvent - A QR code based game where players scan each other's codes to fight for points!

API

Development

POST
  • Description:
    • Triggers update scripts for the specified application.
  • Syntax:
    • POST - http://localhost:5005/GitProjectUpdateHandler
  • Body:
    • {"application": "GBot"}
  • Response:
    • { "status": "success", "message": "Hi my name is Git!" }

About

This project was created to automate pulling the latest code using Git for different projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published