Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 178 B
image: git-r3lab.uni.lu:4567/r3/docker/nodejs-yarn-grunt

pages:
  stage: deploy
  script:
    - bash .ci/deploy.sh

  artifacts:
    expire_in: 1 week
    paths:
      - public