Skip to content

entr/satis-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satis Webhook

This package allows you to easily setup a post-receive hook for your Satis on services like Github.

Getting started

First of all, you need to configure some basic information about where your Satis files are stored.

cp config.yml.dist config.yml
  • bin: The location of your bin/satis file. Default: bin/satis.
  • json: The location of your satis.json file. Default: satis.json.
  • webroot: The location of your satis webroot, where packages.json is going to be dumped. Default: web/.
  • user: The location of your bin/satis file. This parameter is optional and default to null.

Make your webhook.php file accessible, for example:

http://satis.yourcompany.com/webhook.php

About

A simple webhook trigger for rebuild your Satis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%