getsentry / sentry-github-actions-app

This app allows your organization to instrument Github Actions with Sentry. You can use this to get insight of what parts of your CI are slow or failing often
MIT License
18 stars 8 forks source link

Automate building and deploying Docker images #39

Open armenzg opened 2 years ago

armenzg commented 2 years ago

I tried to set it up as we did gitbot but I failed to make it work. See notes on gitbot repository.

armenzg commented 2 years ago

The image is currently built automatically when code is merged to https://github.com/armenzg/github-actions-app/ I don't have permissions on GC to create a trigger for this repo.

BYK commented 2 years ago

@armenzg can I help with this?

armenzg commented 2 years ago

@armenzg can I help with this?

hey @BYK ! Let me know what you have in mind. I followed up my own docs and I used the code from https://github.com/getsentry/gitbot/blob/master/.github/workflows/deploy.yml but I just could not figure the service account properly. I was hoping ops could help with this.

BYK commented 2 years ago

Ah, this is not exactly about building the images but getting CD for this repo, right? Whatever is there should work for this repo. Just make sure those GCLOUD secrets are also enabled for this repo.

armenzg commented 2 years ago

Ah, this is not exactly about building the images but getting CD for this repo, right? Whatever is there should work for this repo. Just make sure those GCLOUD secrets are also enabled for this repo.

You are correct!

Thanks for looking at #61 This issue has not been too bad because we can just deploy manually within few minutes of manual labour.