Skip to content

Commit 224c807

Browse files
committed
chore(satellite): sync metis from aicom monorepo
Auto-generated by scripts/mirror_satellites.sh
1 parent a3e529e commit 224c807

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deploy/skopos-test/remote-sync.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ rsync -avz --delete \
3535
"${REPO}/skopos/docs/landing/" "${METIS_HOST}:${LANDING_REMOTE}/"
3636

3737
echo "[sync] nginx.conf → ${METIS_HOST}:${NGINX_REMOTE}"
38-
rsync -avz \
38+
# --inplace: the file is bind-mounted into metis-nginx; a rename-style update
39+
# creates a new inode the container never sees, so the in-container `nginx -t`
40+
# below would validate the STALE config while restart applies the new one.
41+
rsync -avz --inplace \
3942
"${REPO}/metis/deploy/nginx.conf" "${METIS_HOST}:${NGINX_REMOTE}"
4043

4144
# Ensure probe key exists, distribute to factory/oracle, then build + start stack.

0 commit comments

Comments
 (0)