Welcome to Kafe Khalife ☕
The perfect place to pick up some coffee, containers, and kubernetes!
✨ Thank you all who attended our GitHub Talk on Containerized Deployments for enterprises with Actions & Packages! ✨
🚀 Follow up:
- Check out all automation workflows we created under the
.github/workflows/<workflowname>
. - Want to see policies in action? Check this active pull request - with branch protections rules set up to block the merge to the
main
branch unless all the status checks pass, and another team member approves my pull request.
💡 Here are links to find some of the resources mentioned during the session:
- The DevOps Hub - github.com/learn/devops
- Actions developed (and standardiazed) by Azure
- GitHub Roadmap
- Containerized Deployment slide deck
🔍 NOTE:
For those that joined the live session or are watching the recording, there was a typo that caused the Azure WebApp Deployment to fail.
In the azure_web_deploy.yml
workflow, I fixed the issue by updating the environment variable reference to be: $${{ env.IMG_URL }}
.
Check out this commit to see the fix!