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

Configuring deployment

parent d9da5bd6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ cache:
stages:
- build
- test
- deploy
### Jobs ###
......@@ -52,3 +53,11 @@ test:async:
- curl http://localhost:3000/db/groups
tags:
- server
deploy_staging:
stage: deploy
script:
- npm start
environment:
name: staging
url: http://129.104.210.10
\ 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