.gitlab-ci.yml 179 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
pages-devel:    
  stage: deploy
  script:
    - npm install
5
    - pm2 delete --silent ./app.js
6
    - pm2 start ./app.js
Wolfgang Knopki's avatar
Wolfgang Knopki committed
7
8
9
10
    - pm2 save
  tags: 
    - testing
  only: 
Wolfgang Knopki's avatar
Wolfgang Knopki committed
11
    - devel