tangled
alpha
login
or
join now
finxol.io
/
pinboarding
3
fork
atom
Link bookmarking tool built on aproto (early alpha)
3
fork
atom
overview
issues
pulls
pipelines
ci: setup auto-deploy
finxol.io
5 months ago
15da0daa
9c3479c2
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
0/1
deploy.yaml
failed
19s
+14
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+14
.tangled/workflows/deploy.yaml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- deno
8
8
+
9
9
+
engine: "nixery"
10
10
+
11
11
+
steps:
12
12
+
- name: Deploy to Deno Deploy
13
13
+
command: |
14
14
+
deno deploy --org finxol --app pinboarding --prod