1
0
Fork 0

Add deployment

This commit is contained in:
Ethanell 2020-11-03 13:51:27 +01:00
parent dd98eb5daf
commit 86dd8e6627

View file

@ -24,7 +24,7 @@ variables:
install_requirements:
stage: prepare
script:
- apk add --no-cache python make g++ crul
- apk add --no-cache python make g++
- npm config set registry http://registry.npmjs.org/
- npm install
artifacts:
@ -39,4 +39,7 @@ tests:
deploy:
stage: deploy
script:
- apk add --no-cache curl
- curl -fL https://letu.flifloo.fr/git
only:
- master