tangled
alpha
login
or
join now
ptr.pet
/
nsid-tracker
3
fork
atom
tracks lexicons and how many times they appeared on the jetstream
3
fork
atom
overview
issues
pulls
pipelines
ci: init ci
ptr.pet
7 months ago
1e564904
8fb4a5d7
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
0/1
build.yml
failed
1m 27s
+22
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+22
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- cargo
8
8
+
- bun
9
9
+
- curl
10
10
+
11
11
+
steps:
12
12
+
- name: test server
13
13
+
command: |
14
14
+
cd server && cargo test
15
15
+
- name: build client
16
16
+
command: |
17
17
+
export PUBLIC_API_URL="localhost:3713"
18
18
+
bun --cwd=client install
19
19
+
bun --cwd=client run -b build
20
20
+
- name: trigger deploy
21
21
+
command: |
22
22
+
curl -u "$WEBHOOK_AUTH" https://webhook.gaze.systems/deploy-wolumonde