diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02769824cd34d47ce7b074904fe86d0f6930d149..21d6f9c09fbd7104a7265796ed8ffb7d8312110d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: digitallyseamless/nodejs-bower-grunt pages: stage: deploy only: + - develop - master script: - npm install --global npm@latest @@ -11,6 +12,7 @@ pages: - npm install -g generator-reveal - npm install -g bower - npm install + - rm -rf public - grunt dist artifacts: