listens for git webhooks and runs bash scripts when they arrive
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

12 lignes
334 B

module git.rootprojects.org/root/gitdeploy
go 1.15
require (
git.rootprojects.org/root/go-gitver/v2 v2.0.2
git.rootprojects.org/root/vfscopy v1.0.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/go-github/v33 v33.0.0
github.com/joho/godotenv v1.3.0
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
)