Add deployment
This commit is contained in:
parent
dd98eb5daf
commit
86dd8e6627
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue