fix(ci): update stale PVC comment in deploy job
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1480,9 +1480,8 @@ deploy:
|
||||
kubernetes:
|
||||
namespace: foxhunt
|
||||
script:
|
||||
# Shared PVC binary deploy: CI copies binaries to foxhunt-binaries PVC via writer pod.
|
||||
# Services mount the PVC read-only — no initContainer, no S3.
|
||||
# ORDER MATTERS: write binaries → apply manifests → rollout restart
|
||||
# MinIO binary deploy: CI uploads binaries to MinIO S3, pods fetch via rclone initContainer.
|
||||
# ORDER MATTERS: upload binaries → apply manifests → rollout restart
|
||||
- echo "Deploying ${CI_COMMIT_SHA}..."
|
||||
# Apply pending database migrations before deploying services
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user