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:
|
||||
stage: build
|
||||
|
||||
script:
|
||||
bash ./build.sh
|
||||
|
||||
artifacts:
|
||||
expire_in: 10 mins
|
||||
paths: ["./.mirror"]
|
||||
|
||||
deploy-vps:
|
||||
stage: deploy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user