Skip to content
Snippets Groups Projects
Commit e3acc713 authored by Abbas Jafari's avatar Abbas Jafari :speech_balloon:
Browse files

Update .gitlab-ci.yml

parent 39406b1a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ stages: ...@@ -4,7 +4,6 @@ stages:
# - test # - test
- build - build
- deploy - deploy
- run
cache: cache:
paths: paths:
...@@ -60,20 +59,3 @@ pages: ...@@ -60,20 +59,3 @@ pages:
paths: paths:
- public - public
run_server:
only:
- master
stage: run
dependencies:
- build-client-pages
script:
- mv server public/server
- cd public/server
- ls
- npm install
- npm start
artifacts:
paths:
- public/server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment