tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
go back to manual build
jordanreger.com
2 years ago
c6840b6f
91517dcd
+7
-1
1 changed file
expand all
collapse all
unified
split
.build.yml
+7
-1
.build.yml
···
1
1
image: alpine/latest
2
2
packages:
3
3
- unzip
4
4
+
- git
4
5
sources:
5
5
-
- https://git.sr.ht/~jordanreger/htmlsky#ts
6
6
+
- https://git.sr.ht/~jordanreger/htmlsky
6
7
environment:
7
8
DENO_INSTALL: /home/build/.deno
8
9
PATH: $DENO_INSTALL/bin:$PATH
9
10
tasks:
11
11
+
- checkout-ts: |
12
12
+
cd htmlsky
13
13
+
git checkout -q ts
14
14
+
git submodule update --init --recursive
10
15
- install-deno: |
11
16
curl -fsSL https://deno.land/x/install/install.sh | sh
12
17
- install-deployctl: |
13
18
deno install -Arf jsr:@deno/deployctl
14
19
- deploy: |
20
20
+
cd htmlsky
15
21
deployctl deploy