From 21387e40c4d7bcdadf73306c98d2c851571c2137 Mon Sep 17 00:00:00 2001 From: omgbebebe Date: Mon, 13 May 2024 13:18:34 +0400 Subject: [PATCH] initial workflow to redeploy cluster on push to master --- .github/workflows/makefile.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..f352d5a --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,16 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + +jobs: + build: + + runs-on: self-hosted + + steps: + - uses: actions/checkout@v4 + + - name: Redeploy the k3s cluster + run: make mindwm_lifecycle