fixed quotes in pipeline

This commit is contained in:
Josh 2025-08-09 18:34:59 +00:00
parent 69a436b0d6
commit 5b20d763f0
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,8 @@ steps:
chown 1000:1000 /v/staging/dek.enc; \
chmod 400 /v/staging/dek.enc; \
rm -f /v/staging/dek.fpr; \
echo -n 'staging dek.enc bytes: '; wc -c </v/staging/dek.enc; \
echo -n staging dek.enc bytes: ; wc -c </v/staging/dek.enc;
ls -l /v/staging; \
\"; \
else \

View File

@ -13,7 +13,7 @@ services:
user: "0:0"
command: sh -lc 'mkdir -p /run/secrets/dev && chown -R 1000:1000 /run/secrets'
volumes:
- dek-vol:/run/secrets
- dek-vol:/run/secrets/dev
restart: "no"
# ───────────────────────────── server1 ─────────────────────────────
server1: