Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 486 Bytes

Githubactons-workshop

The Goal: to have a CI/CD pipeline using Github-actions which deploys an Azure Function.

  • Fork the repo: https://github.com/CloudRepublic/githubactions-workshop
  • Go to folder .github/workflows
  • Edit the workflow file
  • Build and test the code using the workflow
  • Deploy the Azure Function to Azure
  • Optional: Place the Restore, Build and Test actions in your own custom Action

Google is your best friend! Hints and solutions are in the repo as well …