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 run build
artifacts:
expire_in: 3 days
paths:
- $WORKDIR_PATH/.next
- $WORKDIR_PATH/public