Skip to content

Commit

Permalink
Support for GitHub & Beta for SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanchai committed Nov 22, 2015
1 parent 9612a53 commit 0435ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ If you want to use SSH, you must install the SSH2 extension available from PECL

- Edit the config file sample and rename it to 'config.php'
- Copy the 'ftpbucket' folder on your server
- **On BitBucket** repositorie page, go to Settings>Webhooks>Add webhook and setup a hook pointing to http://myserver/ftpbucket/deploy.php with "Triggers > Repository push"
- **On GitHub** repositorie page, go to Settings>Webhooks & Services>Add webhook and setup a hook pointing to http://myserver/ftpbucket/deploy.php with 'Content Type > application/json' and "Just the push event."
- **On BitBucket** repository page, go to Settings>Webhooks>Add webhook and setup a hook pointing to http://myserver/ftpbucket/deploy.php with "Triggers > Repository push"
- **On GitHub** repository page, go to Settings>Webhooks & Services>Add webhook and setup a hook pointing to http://myserver/ftpbucket/deploy.php with 'Content Type > application/json' and "Just the push event."

Note: On BitBucket, POST hooks are still supported by FTPbucket (not working with version 0.7+).

Expand Down

0 comments on commit 0435ce4

Please sign in to comment.