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: install_requirements:
stage: prepare stage: prepare
script: 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 config set registry http://registry.npmjs.org/
- npm install - npm install
artifacts: artifacts:
@ -39,4 +39,7 @@ tests:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- apk add --no-cache curl
- curl -fL https://letu.flifloo.fr/git - curl -fL https://letu.flifloo.fr/git
only:
- master