issues
search
kitplummer
/
goa
GitOps Agent - continuously monitors a remote git repository against local/any change, and performs actions (e.g. executes a provided command) - given a periodicity that is defined as a time intervals [NOTE: very much pre-release at this point.]
MIT License
4
stars
0
forks
source link
v0.0.8
#67
Closed
kitplummer
closed
2 years ago
kitplummer
commented
2 years ago
env variables available to commands run by goa
GOA_LAST_COMMIT_ID
GOA_LAST_COMMIT_TIME
GOA_LAST_COMMIT_AUTHOR
GOA_LAST_COMMIT_MESSAGE
use run-script crate (not reinventing that wheel)
bug fixes, test updates