From a292355beda039ec550f35437dd90cc8782407ea Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Mon, 13 Jul 2020 07:02:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76d23fe..2e4ab5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,16 +8,4 @@ pages-devel: tags: - testing only: - - testing - -pages-devel: - stage: deploy - script: - - npm install - - "pm2 delete --silent project || :" - - pm2 start ./app.js --name=project - - pm2 save - tags: - - production - only: - - master \ No newline at end of file + - testing \ No newline at end of file -- GitLab