Adding port variable to server set up

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-06-01 15:33:03 +02:00
parent c72eaafe47
commit 2a5482f230
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ After=docker.service
User={{ github_webhook_service_user }}
ExecStart={{ github_webhook_script_dir }}/server.py \
--repo-url={{ github_webhook_repo_url | mandatory }} \
--port={{ github_webhook_port }} \
--repo-branch={{ github_webhook_repo_branch | mandatory }} \
{{ github_webhook_dest_path | mandatory }}
WorkingDirectory={{ github_webhook_script_dir }}