tangled
alpha
login
or
join now
doll.sister.pet
/
website
1
fork
atom
The source code for my personal website and blog.
hanna.lol
blog
website
1
fork
atom
overview
issues
pulls
pipelines
ci: add cloudflare credentials to deploy step
doll.sister.pet
3 weeks ago
8b3abba5
b3376bb2
verified
This commit was signed with the committer's
known signature
.
doll.sister.pet
SSH Key Fingerprint:
SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k=
1/1
pages.yml
success
37s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
pages.yml
+3
.tangled/workflows/pages.yml
···
18
18
command: bun run build
19
19
- name: 'Deploy files to cloudflare'
20
20
command: bun run deploy
21
21
+
environment:
22
22
+
CLOUDFLARE_ACCOUNT_ID: $CLOUDFLARE_ACCOUNT_ID
23
23
+
CLOUDFLARE_API_TOKEN: $CLOUDFLARE_API_TOKEN
21
24