This message was deleted.
# general
s
This message was deleted.
g
We generally use GitHub Actions on many of our open-source repos at https://github.com/pulumi. As a lot of them do a bit of gymnastics to build because we have to build the actual package, I'm asking around for more straightforward examples internally. For Azure DevOps, here's an example from our examples repo: https://github.com/pulumi/examples/tree/master/classic-azure-ts-appservice-devops
👁️ 1
Ok, I found one of our repos has a GHA version that doesn't do any gymnastics. Unfortunately, it's one of our private repos, so I apologize for the wall of incoming code!
👁️ 1
example PR GHA workflow
example deployment GHA workflow
p
We also adopted Pulumi for all of our projects and are using GitHub Actions as a CI/CD platform. I'm talking about some 30 repositories ranging from simple ones to those needing a little bit more orchestration (e.g. creating Lambda deployment packages, multiarch Docker image builds or interleaving Pulumi provisioning with building applications on the runner). So far we haven't encountered anything that wouldn't be solved and are more than happy.
🎉 1
👍 1