tangled
alpha
login
or
join now
gayfamicom.lol
/
site
0
fork
atom
my personal website! (new repo because i cant delete the old one ๐)
gayfamicom.lol
website
social
0
fork
atom
overview
issues
pulls
pipelines
setting up deployment to cloudflare pages now
gayfamicom.lol
2 months ago
4c938535
4f1b035c
+14
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+14
.tangled/workflows/deploy.yml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- wrangler
10
10
+
11
11
+
steps:
12
12
+
- name: Publish to Cloudflare Pages
13
13
+
command: |
14
14
+
wrangler pages deploy ./ --project-name=website