Hello,
We’re testing the gitlab extension for auto deployment. We can actually deploy manually with the “Deploy” button Under the “Deployments” pannel. But the webhook trigger doesn’t work well.
Indeed, when we configure the extension to listen to the master branch, observed with the auth0 log,
the push event will first trigger a call to “debug: Getting access token for xxxxxxxxxxxx/xxxx.eu.auth0.com”, before calling “POST /ea4b1d92d987b09dda548b62d02952ca/api/deployments” for update.
But while listening to other branches such as develop or staging (existing branches created under gitlab), no get token call is invoked, but directly a post " info: POST /xxxxx/webhooks/deploy 202 108.166 ms - 65", and then, nothing happens later.
Any ideas ?
Thanks
yuan