From 3098afcb20a79cabf50d61404a046da8e6604a8e Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 29 Jul 2020 16:35:31 +0200 Subject: [PATCH] task 3975 - add .gitlab-ci.yml --- .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 00000000..b8f57766 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +deploy_prod: + stage: deploy + script: + - export IMLCI_URL=$IMLCI_URL + - export IMLCI_PROJECT=$IMLCI_PROJECT + - export IMLCI_API_SECRET=$IMLCI_API_SECRET + - /usr/local/bin/api-imlciserver.sh -a build -b origin/$CI_COMMIT_BRANCH + only: + - master \ No newline at end of file -- GitLab