diff --git a/.github/workflows/ci-alpha.yml b/.github/workflows/ci-alpha.yml index 40005cbd0..0a9b9f86c 100644 --- a/.github/workflows/ci-alpha.yml +++ b/.github/workflows/ci-alpha.yml @@ -261,7 +261,7 @@ jobs: buildChannel: webgl rust_kanban: needs: ['alter', 'globals'] - if: needs.alter.outputs.rust_kanban == 'true' + if: needs.alter.outputs.kanban == 'true' name: Rust Kanaban Docker runs-on: 'ubuntu-latest' permissions: diff --git a/apps/kbve.com/src/content/journal/12-22.mdx b/apps/kbve.com/src/content/journal/12-22.mdx index 592f9f59d..88525b866 100644 --- a/apps/kbve.com/src/content/journal/12-22.mdx +++ b/apps/kbve.com/src/content/journal/12-22.mdx @@ -39,4 +39,6 @@ import { Adsense, Tasks } from '@kbve/astropad'; **Helm** - Now to build out the pipeline for the docker build and deploying it all using helm charts. \ No newline at end of file + Now to build out the pipeline for the docker build and deploying it all using helm charts. + Before building out the helm chart, I need to switch back around and make sure that the docker build is good to go. + This way the hlem chart will deploy that docker image and we can have it sit under the ingress of `kanban.kbve.com`. \ No newline at end of file diff --git a/apps/kbve.com/src/content/journal/12-23.mdx b/apps/kbve.com/src/content/journal/12-23.mdx new file mode 100644 index 000000000..334f7dd3f --- /dev/null +++ b/apps/kbve.com/src/content/journal/12-23.mdx @@ -0,0 +1,22 @@ +--- +title: 'Decemeber: 23rd' +category: Daily +date: 2024-12-23 12:00:00 +client: Self +unsplash: 1511512578047-dfb367046420 +img: https://images.unsplash.com/photo-1511512578047-dfb367046420?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85 +description: Decemeber 23rd. +tags: + - daily +--- + +import { Adsense, Tasks } from '@kbve/astropad'; + +## 2024 + +- 05:15AM + + **Docker** + + Before building out the helm chart, we want to make sure that the docker build is good to go. + We need it to be published and then have the ability to pull that docker image from the hub before we can move forward with the helm chart. \ No newline at end of file