Do not write enc key

This commit is contained in:
Fang-Pen Lin
2025-11-10 14:26:20 -08:00
parent 8e1209092d
commit b6216f075e

View File

@@ -48,8 +48,6 @@ jobs:
- name: Output .env file - name: Output .env file
run: | run: |
cp .env.example .env cp .env.example .env
NEW_ENCRYPTION_KEY=$(openssl rand -base64 32)
sed -i "s#ENCRYPTION_KEY=.*#ENCRYPTION_KEY=$NEW_ENCRYPTION_KEY#" .env
echo "ACME_DEVELOPMENT_MODE=true" >> .env echo "ACME_DEVELOPMENT_MODE=true" >> .env
echo "ACME_FEATURE_ENABLED=true" >> .env echo "ACME_FEATURE_ENABLED=true" >> .env
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env