trig: deploy trigger

This commit is contained in:
2026-03-08 11:21:30 +03:00
parent 0b9ac5cd46
commit f6f0af527d

View File

@@ -224,7 +224,7 @@ COMPOSE
# Substitute the actual registry value into the compose file # Substitute the actual registry value into the compose file
sed -i "s|\${REGISTRY}|${REGISTRY}|g" /opt/staging/compose.yml 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 # Runtime secrets (CLERK_SECRET_KEY, etc.) should be added manually
# to /opt/staging/.env on the VPS after first deploy. # to /opt/staging/.env on the VPS after first deploy.
touch /opt/staging/.env touch /opt/staging/.env