aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-04-30 22:52:29 +0300
committerValentin Popov <valentin@popov.link>2023-04-30 22:52:29 +0300
commit888d6965decc0a1be89a714bbedde4a20a36c2c7 (patch)
tree5864d32be6c59c15c2a5ab41b3fac63e086f39ba
parente245ee2bb780ee420586c638a38853ec776cb950 (diff)
downloadpopov.link-888d6965decc0a1be89a714bbedde4a20a36c2c7.tar.xz
popov.link-888d6965decc0a1be89a714bbedde4a20a36c2c7.zip
Added GitLab CI
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9823ded
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+stages:
+ - deploy
+
+deploy-job:
+ stage: deploy
+
+ script:
+ - echo "Hello, World!" \ No newline at end of file