From 2ddb9921a3eb4c3bca0354a2acb96e9231c256ac Mon Sep 17 00:00:00 2001 From: Eddy Naddeo <66317947+EddyNadd@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:02:26 +0200 Subject: [PATCH] Create main.yml This is used to deploy the app on the container --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fc4dcd3 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: Deploy app + +on: + push: + branches: + - main + +jobs: + clone: + runs-on: self-hosted + + steps: + - name: Clone repo + run: git clone https://github.com/HE-Arc/T-Caps.git