aksworkshop/README.md

1.4 KiB
Исходник Ответственный История

aksworkshop.io

This is the repository for the AKS Workshop website.

Technology

  • The website is statically built using Jekyll and youll find the different pages inside the _entries folder.
  • If youre on a Mac/Linux machine, you can preview your edits locally if you run make build-run inside the repo root.
  • The build pipeline builds Docker images of the site and hosts it as a private repository on Docker Hub https://hub.docker.com/u/azch.
  • The release pipeline deploys the Docker image to an Azure Web App.

Branching and contribution

  • The branch aksworkshop-master gets published to aksworkshop.io.
  • The branch aksworkshop-staging gets published to staging.aksworkshop.io.
  • Publishing to aksworkshop.io happens through merges only, through merging into aksworkshop-master from the aksworkshop-staging branch.
  • Please branch off aksworkshop-staging if you want to contribute, then submit a Pull Request to aksworkshop-staging.
  • If you want your name to show up in the contributors, please add your GitHub username to _entries/05 Contributors.md in alphabetical order.