Skip to content

Commit

Permalink
initial workflow to redeploy cluster on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
omgbebebe authored May 13, 2024
1 parent 827f2ee commit 21387e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21387e4

Please sign in to comment.