ci: rename publish stage to deploy

This commit is contained in:
Anselm Stordeur
2018-11-28 19:05:35 +01:00
parent ac589f0173
commit 77c5be6747

View File

@@ -12,7 +12,7 @@ before_script:
stages: stages:
- build - build
- test - test
- publish - deploy
build: build:
stage: build stage: build
@@ -27,8 +27,8 @@ test:
paths: paths:
- coverage - coverage
docs: pages:
stage: publish stage: deploy
script: script:
- npm run documentation - npm run documentation
- mv docs public - mv docs public