tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
merge from strings to main
jordanreger.com
2 years ago
a0eed12d
b48989a0
-20
1 changed file
expand all
collapse all
unified
split
.build.yml
-20
.build.yml
···
1
1
-
image: alpine/edge
2
2
-
packages:
3
3
-
- deno
4
4
-
- unzip
5
5
-
- curl
6
6
-
secrets:
7
7
-
- 1395de5b-a4f1-452a-9825-5e82a18d656c
8
8
-
sources:
9
9
-
- https://git.sr.ht/~jordanreger/htmlsky
10
10
-
tasks:
11
11
-
- install-deployctl: |
12
12
-
deno install -Arf jsr:@deno/deployctl
13
13
-
- deploy: |
14
14
-
set +x
15
15
-
export DENO_DEPLOY_TOKEN=$(cat ~/.deno_deploy_token)
16
16
-
set -x
17
17
-
export DENO_INSTALL="/home/build/.deno"
18
18
-
export PATH="$DENO_INSTALL/bin:$PATH"
19
19
-
cd htmlsky
20
20
-
deployctl deploy --prod