aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Fix Git SHA getting in workflowGravatar ks1292020-12-20-1/+1
|
* Set Git SHA during build workflowGravatar ks1292020-12-20-0/+2
|
* Restructure Build & Deploy sequence in CIGravatar Sebastiaan Zeeff2020-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