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

more

parent b152dccf
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ build:
paths:
- build/
- node_modules/
expire_in:
- 90 minutes
tags:
- database
- build
......@@ -48,17 +50,15 @@ test:lint:
test:async:
stage: test
script:
- npm start
- sleep 5
- npm start &
- curl http://localhost:3000
- pkill node
tags:
- server
deploy_staging:
stage: deploy
script:
- npm start
- npm start &
environment:
name: staging
url: http://129.104.210.10:3000
......
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