Skip to content
Snippets Groups Projects
Commit 552dd054 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

ci: #fe deps and expiry

parent d0299606
No related branches found
No related tags found
No related merge requests found
Pipeline #23164 failed
...@@ -101,12 +101,17 @@ fe-build-job: ...@@ -101,12 +101,17 @@ fe-build-job:
artifacts: artifacts:
paths: paths:
- frontend/dist/ - frontend/dist/
# TODO: set expiration in docker registry too
expire_in: 1 week
#==[ Frontend deployment ]====================================================== #==[ Frontend deployment ]======================================================
.fe-deploy-job: .fe-deploy-job:
image: alpine:latest image: alpine:latest
stage: deploy stage: deploy
needs:
- job: fe-build-job
artifacts: true
tags: tags:
- commul - commul
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment