Send HTTP request to specific URL when change occurs in source repository (Google Cloud)

Viewed 24

Currently trying to set up my application with JetBrains Spaces. It has a feature that can receive 'push' from a repository in order to update a mirror, but it requires a HTTP request is sent to a certain address.

The only way I can think of to do this is to have a cloud function connected to a pub/sub that listens for changes in the repository - a lot of extra overhead.

There must be a simpler way!

Thanks!

0 Answers
Related