adding artifacts for passing build files through stages
This commit is contained in:
parent
ade4da9654
commit
799900819d
@ -16,9 +16,14 @@ before_script:
|
|||||||
|
|
||||||
build-site:
|
build-site:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
bash ./build.sh
|
bash ./build.sh
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
expire_in: 10 mins
|
||||||
|
paths: ["./.mirror"]
|
||||||
|
|
||||||
deploy-vps:
|
deploy-vps:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user