-21
.tangled/workflows/build.yml
-21
.tangled/workflows/build.yml
···
1
-
when:
2
-
- event: ["push"]
3
-
branch: ["main"]
4
-
5
-
dependencies:
6
-
nixpkgs:
7
-
- cargo
8
-
- bun
9
-
- curl
10
-
- gcc
11
-
- gnused
12
-
13
-
steps:
14
-
- name: build client
15
-
command: |
16
-
export PUBLIC_API_URL="localhost:3713"
17
-
bun --cwd=client install
18
-
bun --cwd=client run -b build
19
-
- name: trigger deploy
20
-
command: |
21
-
curl -u "$WEBHOOK_AUTH" https://webhook.gaze.systems/deploy-wolumonde