From e2d32ab0a094f8681411388d2b62cd71aa0050f8 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Sat, 10 Aug 2024 02:18:31 -0400 Subject: [PATCH] add CD --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0284755 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - update + +update_composer: + stage: update + script: + - composer update + only: + - triggers \ No newline at end of file