-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds deployer adapter #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@steefmin awesome! Super cool that it's already accepted in deployer too!
some comments:
-
The
mkdocs.yml
entry is missing for the new page in your documentation. Without that the page won't show. -
Is it possible to add cypress tests for the deployer webhook? That way we can always verify that everything works as expected.
Thanks a lot!
@RickvdStaaij fixed the documentation issues. The tests will take some time. Will notify you when everything runs smoothly. |
@RickvdStaaij could you verify I didn't forget anything. Then it should be ''Golden'' |
@steefmin impressive!!! Super nice! Thank you! |
What
This PR adds an adapter for Deployer (deployer.org) calls.
Why
For deployments that are not performed from Gitlab, it is nice to also have the status displayed on CIMonitor. This adds the required adapter for receiving the calls from the deployer recipe from deployerphp/recipes#204