Sha256: 29a6daa8242920dcaf1fe90cf5ddfec4ea7101dac52a5b623c47b6485a65c179
Contents?: true
Size: 794 Bytes
Versions: 26
Compression:
Stored size: 794 Bytes
Contents
services: - type: web name: <%= @render_service_name %> env: static buildCommand: bin/bridgetown deploy staticPublishPath: ./output pullRequestPreviewsEnabled: true envVars: - key: BRIDGETOWN_ENV value: production headers: - path: /* name: X-Frame-Options value: DENY - path: /* name: X-XSS-Protection value: "1; mode=block" - path: /* name: X-Content-Type-Options value: "nosniff" - path: /* name: Strict-Transport-Security value: "max-age=15552000; includeSubDomains" - path: /* name: Referrer-Policy value: "no-referrer-when-downgrade" - path: /* name: Cache-Control value: "public, max-age=86400, s-max-age=86400"
Version data entries
26 entries across 26 versions & 1 rubygems