Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix Git SHA getting in workflow | 2020-12-20 | -1/+1 | |
| | ||||
* | Set Git SHA during build workflow | 2020-12-20 | -0/+2 | |
| | ||||
* | Restructure Build & Deploy sequence in CI | 2020-11-24 | -0/+56 | |
I've restructured the build & deploy sequence in our GitHub Actions CI workflow: - There's now a separate workflow to deploy to our cluster - The Build workflow has an additional `if` check to ensure we're only starting the build & deploy sequences for pushes to master - We now checkout the python-discord/kubernetes repo to fetch the deployment.yaml file located in there |