Compare commits
6 Commits
e72314fb05
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f6e53aa14 | |||
| b6dea7dc55 | |||
| e06e562568 | |||
| 614793eab2 | |||
| ee72e087a6 | |||
| 942f3ab64e |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,3 +6,6 @@ public/
|
|||||||
|
|
||||||
# Generated using tailwindcss
|
# Generated using tailwindcss
|
||||||
static/css/index.css
|
static/css/index.css
|
||||||
|
|
||||||
|
# Zola build output
|
||||||
|
public/
|
||||||
@@ -7,10 +7,10 @@ steps:
|
|||||||
- npx tailwindcss -i input.css -o static/css/index.css --minify
|
- npx tailwindcss -i input.css -o static/css/index.css --minify
|
||||||
- zola build
|
- zola build
|
||||||
deploy:
|
deploy:
|
||||||
image: git.polynom.me/papatutuwawa/woodpecker-ssg-deploy@sha256:c7e2e8ad5d096ca6a628ffbbfa1026dce21784305f6069985d830c4167abcbda
|
image: git.polynom.me/papatutuwawa/woodpecker-ssg-deploy@sha256:9cfec13eb8ab1b8920c2f1f00f0258a7bfd159fe4e14e0985328086392c0da34
|
||||||
secrets: [ git_push_token ]
|
secrets: [ ssh_key ]
|
||||||
settings:
|
settings:
|
||||||
email: "ci@polynom.me"
|
email: "ci@polynom.me"
|
||||||
name: "polynom.me CI system"
|
name: "polynom.me CI system"
|
||||||
token_env: "GIT_PUSH_TOKEN"
|
token_env: "SSH_KEY"
|
||||||
output: "public"
|
output: "public"
|
||||||
0
static/.well-known/openpgpkey/policy
Normal file
0
static/.well-known/openpgpkey/policy
Normal file
1
static/CNAME
Normal file
1
static/CNAME
Normal file
@@ -0,0 +1 @@
|
|||||||
|
polynom.me
|
||||||
8
static/rio.json
Normal file
8
static/rio.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"CNAME": "polynom.me",
|
||||||
|
"headers": {
|
||||||
|
"Content-Security-Policy": "default-src 'self'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src * 'self'; img-src 'self' data:; font-src 'self'; connect-src 'none'; media-src 'self'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none'; frame-ancestors 'none'; form-action 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener; sandbox; base-uri https://polynom.me; manifest-src 'none'",
|
||||||
|
"X-Frame-Options": "DENY",
|
||||||
|
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user