tangled
alpha
login
or
join now
fuzzko.neocities.org
/
digital-garden
0
fork
atom
My digital garden
0
fork
atom
overview
issues
pulls
pipelines
fix ci
fuzzko.neocities.org
1 month ago
7bf16fb9
45280ddf
0/1
deploy.yml
failed
22s
+6
-8
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+6
-8
.tangled/workflows/deploy.yml
···
15
15
CLOUDFLARE_ACCOUNT_ID: e7d28a4222e6af03dc7cee5ff1078546
16
16
17
17
steps:
18
18
-
- name: Prerun
19
19
-
command: export PATH="$HOME/.nix-profile/bin:$PATH"
20
20
-
- name: Install dependencies
21
21
-
command: bun install --frozen-lockfile
22
22
-
- name: Build site
23
23
-
command: bun quartz build
24
24
-
- name: Deploy to Cloudflare Pages
25
25
-
command: bun deploy
18
18
+
- name: Build & Deploy
19
19
+
command: |
20
20
+
export PATH="$HOME/.nix-profile/bin:$PATH"
21
21
+
bun install --frozen-lockfile
22
22
+
bun quartz build
23
23
+
bun deploy