/kafekhalife.github.io

Kafe Khalife's Website - GitHub Talk 10.22.20 - Containerized Deployments with GH Actions and Packages

Primary LanguageCSS

Welcome to Kafe Khalife ☕

The perfect place to pick up some coffee, containers, and kubernetes!

img

✨ 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:

🔍 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!