mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
21 lines
526 B
TOML
21 lines
526 B
TOML
[build]
|
|
publish = "_site"
|
|
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"
|
|
|
|
[build.environment]
|
|
PHP_VERSION = "8.1"
|
|
|
|
[context.production.environment]
|
|
CECIL_ENV = "production"
|
|
|
|
[context.deploy-preview.environment]
|
|
CECIL_ENV = "preview"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "SAMEORIGIN"
|
|
X-XSS-Protection = "0"
|
|
X-Content-Type-Options = "nosniff"
|
|
Content-Security-Policy = "default-src 'self'; script-src 'self'"
|
|
X-Clacks-Overhead = "GNU Terry Pratchett" |