Skip to content

Use an external webhook instead of `notify` stage

Jamie Tanna requested to merge feature/post-deploy-webhook into master

Instead of using a stage within the pipeline to notify me, and search engines, that the site has updated, we can replace this with an external service. This now has the configuration in a Webhook within GitLab which means this config (and Pushbullet dependencies) are no longer required.

Closes #423 (closed).

Merge request reports