ci: make build system happy
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
ci/woodpecker/push/publish-docs Pipeline was successful

This commit is contained in:
Radical 2025-05-29 02:07:36 +02:00
parent 251e33c188
commit 65918ae5f2

View file

@ -30,10 +30,10 @@ BUNNY_API_KEY=your_storage_zone_password_here \
BUNNY_ENDPOINT=Frankfurt \ BUNNY_ENDPOINT=Frankfurt \
BUNNY_ZONE=gorb \ BUNNY_ZONE=gorb \
BUNNY_CDN_URL=https://cdn.gorb.app \ BUNNY_CDN_URL=https://cdn.gorb.app \
MAIL_ADDRESS=Gorb <noreply@gorb.app> \ MAIL_ADDRESS=noreply@gorb.app \
MAIL_TLS=tls \ MAIL_TLS=tls \
SMTP_SERVER=mail.gorb.app \ SMTP_SERVER=mail.gorb.app \
SMTP_USERNAME=your_smtp_username \ SMTP_USERNAME=your_smtp_username \
SMTP_PASSWORD=your_smtp_password \ SMTP_PASSWORD=your_smtp_password
ENTRYPOINT ["/usr/bin/entrypoint.sh"] ENTRYPOINT ["/usr/bin/entrypoint.sh"]