You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hot to setup the deployer for automatic deployment, plugin documentation isn't helping, what the webhook url supposed to do, how it will trigger the deployer?
#1345
Open
4 tasks
surajprgupta opened this issue
Oct 30, 2017
· 1 comment
To get the URL you need to login to deployer. Go to the project you want to run deployer. Go to Commands. (The commands that need to run when you deploy). Under the Commands tab you will find on the first line.
Deployments may be triggered by using the following webhook URL
Just copy the URL under the sentence above.
In phpci.yml
success:
deployer:
webhook_url: "URL_HERE"
This way on success phpci will call deployer via the webhook. You need to make sure that the webhook is accessible by your phpci server.
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev -o
from the root of your installation.To help us better understand your issue, please answer the following.
Expected behaviour
Please describe what you're expecting to see happen.
Actual behaviour
Please describe what you're actually seeing happen.
Steps to reproduce
If your issue requires any specific steps to reproduce, please outline them here.
Environment info
Operating System:
PHP Version:
MySQL Version:
Logs or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered: