Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 571 Bytes

Charly

charly

With charly you can do specific tasks when a repository gets a new commit.

How to make a configuration file

Here is an example

How to run the binary version

./charly path-to-conf.yml

How to compile

go build .

Scripts

For every script run the following variables are set as environment variables:

  • COMMIT
  • BRANCH
  • URL
  • USER
  • REPO
  • TOKEN
  • GIT_PWD
  • SSHKEYFILE
  • SSHKEYPWD
  • USERNAME
  • REPO