tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
try new build file
jordanreger.com
2 years ago
a612118f
831de4db
+10
-8
1 changed file
expand all
collapse all
unified
split
.build.yml
+10
-8
.build.yml
···
1
1
image: alpine/edge
2
2
packages:
3
3
+
- deno
3
4
- unzip
5
5
+
- curl
6
6
+
secrets:
7
7
+
- 1395de5b-a4f1-452a-9825-5e82a18d656c
4
8
sources:
5
9
- https://git.sr.ht/~jordanreger/htmlsky#ts
6
6
-
environment:
7
7
-
DENO_INSTALL: /home/build/.deno
8
8
-
PATH: $DENO_INSTALL/bin:$PATH
9
10
tasks:
10
10
-
- install-deno: |
11
11
-
curl -fsSL https://deno.land/x/install/install.sh | sh
12
12
-
export DENO_INSTALL="/home/build/.deno"
13
13
-
export PATH="$DENO_INSTALL/bin:$PATH"
14
11
- install-deployctl: |
15
12
deno install -Arf jsr:@deno/deployctl
16
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"
17
19
cd htmlsky
18
18
-
deployctl deploy
20
20
+
deployctl deploy --prod