diff --git a/.gitea/workflows/deploy-staging.yml b/.gitea/workflows/deploy-staging.yml index 175eb0c..e58d0c9 100644 --- a/.gitea/workflows/deploy-staging.yml +++ b/.gitea/workflows/deploy-staging.yml @@ -224,7 +224,7 @@ COMPOSE # Substitute the actual registry value into the compose file sed -i "s|\${REGISTRY}|${REGISTRY}|g" /opt/staging/compose.yml - # Create a minimal .env if one doesn't exist yet. + # Create a minimal .env if one doesn't exist. # Runtime secrets (CLERK_SECRET_KEY, etc.) should be added manually # to /opt/staging/.env on the VPS after first deploy. touch /opt/staging/.env