From 8484d84ada304f3521c2b37e2544c0794047d4bc Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de> Date: Thu, 7 Mar 2019 11:19:43 +0100 Subject: [PATCH] publish docs to stage on develop --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b92625b..7861928 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,8 @@ deploy staging: - sh bin/enable_ssh script: - scp $SCP_PARAMS dist/*.whl $SSH_SERVER:$SERVER_ROOT/software-builds/nqontrol-staging - when: manual + only: + - develop deploy production: image: lasnq/nqontrol -- GitLab