From bc8b6b889d8d8a9f40c40a563b155d2dc45c96f1 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 7 Nov 2024 14:36:07 +0100 Subject: [PATCH] start on CI/CD --- .ci_cd/build.yml | 4 ++++ .ci_cd/deploy.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .ci_cd/build.yml create mode 100644 .ci_cd/deploy.yml diff --git a/.ci_cd/build.yml b/.ci_cd/build.yml new file mode 100644 index 0000000..cf33149 --- /dev/null +++ b/.ci_cd/build.yml @@ -0,0 +1,4 @@ + + +steps: + - run: echo "Hello, World!" \ No newline at end of file diff --git a/.ci_cd/deploy.yml b/.ci_cd/deploy.yml new file mode 100644 index 0000000..cf33149 --- /dev/null +++ b/.ci_cd/deploy.yml @@ -0,0 +1,4 @@ + + +steps: + - run: echo "Hello, World!" \ No newline at end of file