1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

start github hook implementation

This commit is contained in:
2016-06-12 04:17:54 +02:00
parent 88fcc933d0
commit 876f775c95
3 changed files with 77 additions and 3 deletions

View File

@@ -6,8 +6,11 @@ if __name__ == "__main__":
# make sure git does not block giving pw prompts, git 2.3+ only
os.environ["GIT_TERMINAL_PROMPT"] = "0"
# needs to be a byte like object
GITHUB_SECRET = b"changetosomethingrandomlong"
RUNNERS = {
# name of the runner, avoid spaces and other obscure cahracters
# unique name of the runner, avoid spaces and other obscure characters
"website_master": {
# directory where building takes place, will be created if not there