From b2c6c7360bf90194c3c358a2db7f3c1cf6d732e2 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 11:36:25 +0200 Subject: [PATCH] cicd initial testing --- .github/workflows/futon-deploy.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/futon-deploy.yaml diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml new file mode 100644 index 0000000..6521b8d --- /dev/null +++ b/.github/workflows/futon-deploy.yaml @@ -0,0 +1,13 @@ +# urmom +name: futon deploy + +on: + merge: + branches: + - main +jobs: + deploy: + runs-on: "self-hosted" + + steps: + - name: Checkout -- 2.45.2