Remove unused stuff

This commit is contained in:
Fang-Pen Lin
2025-11-10 15:57:00 -08:00
parent 6949d1feca
commit 5aaa0ea67f

View File

@@ -51,9 +51,6 @@ jobs:
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
# XXX: This is a workaround for the error: "error:0308010C:digital envelope routines::unsupported"
# ref: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/69699772#69699772
echo "NODE_OPTIONS=--openssl-legacy-provider" >> .env
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with: