.gitlab-ci.yml 198 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
pages-devel:    
  stage: deploy
  script:
    - npm install
5
6
    - pm2 delete --silent account || :
    - pm2 start ./app.js --name=account
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