Set artifact expiration to 3 days in GitLab CI template

This commit is contained in:
2025-06-23 09:52:25 +09:00
parent 62af95e0cd
commit c84d00bf20

View File

@@ -7,6 +7,7 @@
npm ci npm ci
npm run build npm run build
artifacts: artifacts:
expire_in: 3 days
paths: paths:
- $WORKDIR_PATH/.next - $WORKDIR_PATH/.next
- $WORKDIR_PATH/public - $WORKDIR_PATH/public