feat: Switch to an SSH deployment method
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e72314fb05
commit
942f3ab64e
@ -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"
|
Loading…
Reference in New Issue
Block a user