Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 391 Bytes

File metadata and controls

12 lines (9 loc) · 391 Bytes

git-deploy

A microservice that handles git webhook requests and deploys your application.

Usage

  • Prepare/adjust the docker-compose.yml file.
    • Environment variables: destination, remote, branch
    • Local directory mount - should match the destination variable
  • Configure a webhook in github
    • Enter the respective endpoint
    • Select application/json as a content type