From 838ae89d83c9ac23e1bfe4b298eabc4fc6aa75c7 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 19 Oct 2021 12:55:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e03d042 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,17 @@ +stages: + - build + - push + +build-godot-export: + stage: build + tags: + - shell + script: + - docker build -t khaganat/godot-export:latest . + +push-godot-export: + stage: push + tags: + - shell + script: + - docker push khaganat/godot-export:latest \ No newline at end of file