Loading .gitlab-ci.yml 0 → 100644 +17 −0 Original line number Diff line number Diff line image: node:latest before_script: - npm install retypeapp --global stages: - deploy pages: stage: deploy script: - retype build --output public artifacts: paths: - public/ only: - master Loading
.gitlab-ci.yml 0 → 100644 +17 −0 Original line number Diff line number Diff line image: node:latest before_script: - npm install retypeapp --global stages: - deploy pages: stage: deploy script: - retype build --output public artifacts: paths: - public/ only: - master