Skip to content
Snippets Groups Projects
Commit df8d6606 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Runner config

parent 03761642
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,12 @@ stages: ...@@ -26,13 +26,12 @@ stages:
install-dependencies: install-dependencies:
stage: install stage: install
script: script:
- npm install -q - npm install -qy
artifacts: artifacts:
paths: paths:
- build/
- node_modules/ - node_modules/
tags: tags:
- build - install
build: build:
stage: build stage: build
...@@ -73,4 +72,4 @@ deploy-staging: ...@@ -73,4 +72,4 @@ deploy-staging:
name: staging name: staging
url: http://129.104.210.10:3000 url: http://129.104.210.10:3000
tags: tags:
- deployment - deploy
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment