tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:rocket: go back to cloudflare
kacaii.dev
1 month ago
7fa22b20
6a874509
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
1/1
deploy.yml
success
55s
+3
-20
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+3
-20
.tangled/workflows/deploy.yml
···
6
6
7
7
engine: nixery
8
8
9
9
-
clone:
10
10
-
skip: false
11
11
-
depth: 1
12
12
-
13
9
dependencies:
14
10
nixpkgs:
15
15
-
- coreutils
16
16
-
- curl
11
11
+
- nodejs
17
12
- tailwindcss_4
18
13
19
14
github:NixOS/nixpkgs/nixpkgs-unstable:
20
15
- gleam
21
16
- beamMinimal28Packages.erlang
22
17
- beamMinimal28Packages.rebar3
23
23
-
24
24
-
environment:
25
25
-
SITE_PATH: "priv/dist"
26
26
-
SITE_NAME: "blog"
27
27
-
WISP_HANDLE: "kacaii.bsky.social"
28
18
29
19
steps:
30
20
- name: build css
···
37
27
38
28
gleam run
39
29
40
40
-
- name: deploy assets to wisp
30
30
+
- name: deploy assets to cloudflare pages
41
31
command: |
42
42
-
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
43
43
-
chmod +x wisp-cli
44
44
-
45
45
-
./wisp-cli deploy \
46
46
-
"$WISP_HANDLE" \
47
47
-
--path "$SITE_PATH" \
48
48
-
--site "$SITE_NAME" \
49
49
-
--password "$WISP_APP_PASSWORD"
32
32
+
npx --yes wrangler pages deploy --branch main --project-name kacaii-blog ./priv/dist/