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:
|
||||
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
|
||||
|
|
Reference in a new issue