adding artifacts for passing build files through stages

This commit is contained in:
shockrah 2021-02-08 19:43:48 -08:00
parent ade4da9654
commit 799900819d

View File

@ -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