diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..b8f577660ebfb4eb37b8b13894d42a3e7345ee25 --- /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