Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ staging:testing: name: staging url: https://www.test.mittelab.org before_script: - apt-get update -qq - apt-get install -qq -yy rsync - pipenv install script: - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" testing Loading @@ -37,10 +39,14 @@ deploy:production: name: deploy url: https://www.mittelab.org before_script: - apt-get update -qq - apt-get install -qq -yy rsync - pipenv install script: - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" production only: - master when: manual dependencies: - build:lektor Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ staging:testing: name: staging url: https://www.test.mittelab.org before_script: - apt-get update -qq - apt-get install -qq -yy rsync - pipenv install script: - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" testing Loading @@ -37,10 +39,14 @@ deploy:production: name: deploy url: https://www.mittelab.org before_script: - apt-get update -qq - apt-get install -qq -yy rsync - pipenv install script: - pipenv run lektor deploy -O www --key "${DEPLOY_KEY}" --username "${DEPLOY_USER}" production only: - master when: manual dependencies: - build:lektor