ci: add artifact dependency

- reuse artifact in netlify job
This commit is contained in:
Ming Di Leom 2022-03-14 21:03:11 +00:00
parent f315ae64da
commit 29c2f8a8c5
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 6 additions and 2 deletions

View File

@ -27,6 +27,9 @@ build_job:
pages:
stage: deploy
dependencies:
- build_job
script:
- echo
@ -52,13 +55,14 @@ cloudflare:
netlify:
stage: deploy
dependencies:
- build_job
before_script:
- npm install
- npm install netlify-cli -g
- netlify --telemetry-disable
script:
- npm run build
- netlify deploy --dir=public --prod
cache: