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: set wrangler log to debug
doll.sister.pet
2 weeks ago
263fd7ad
fe1776f5
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
48s
+2
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
pages.yml
+2
-3
.tangled/workflows/pages.yml
···
5
5
branch: ['main']
6
6
7
7
dependencies:
8
8
-
nixpkgs/nixpkgs-unstable: ['bun']
8
8
+
nixpkgs/nixpkgs-unstable: ['bun', 'nodejs']
9
9
10
10
environment:
11
11
TERM: 'dumb'
12
12
NO_COLOR: 'true'
13
13
+
WRANGLER_LOG: 'debug'
13
14
14
15
steps:
15
16
- name: 'Install dependencies'
···
18
19
command: bun run build
19
20
- name: 'Deploy files to cloudflare'
20
21
command: bun run deploy
21
21
-
- name: 'Something else'
22
22
-
command: 'echo hello world'
23
22