.gitlab-ci.yml 165 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
pages-devel:    
  stage: deploy
  script:
    - auto_webserverconfig config.conf
  artifacts:
    paths:
      - public
  tags: 
    - testing
  only:
    - master