Looker deployment webhook does not work sometime

Hello,

I’m trying to deploy releases based on github tags on looker. i have created an shell script to create tag and trigger the webhook to deploy that particular tag(“stg”) onto looker

git tag -d stg
git push --delete origin stg
git tag -f stg
git push --tags --force
curl -i -X POST -H "X-Looker-Deploy-Secret:<>" https://<>.cloud.looker.com/webhooks/projects/<>/deploy/ref/stg/

stg is the name of tag.

But the endpoint does not seems to be working sometimes. what might be the issue?

p.s: i’ve already enabled advance deployment mode as well as deployed the initial commit manually using deployment manager. Additionally i’ve tried hitting the web url for that tag. but i’m getting 404 error

0 0 262
0 REPLIES 0