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: try re-adding ci with deno cli upgrade
finxol.io
5 months ago
9ce8bd76
cba9ffe7
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
0/1
deploy.yaml
failed
2s
+5
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+5
-1
.tangled/workflows/deploy.yaml
···
1
1
when:
2
2
-
- event: [""]
2
2
+
- event: ["push"]
3
3
branch: ["main"]
4
4
5
5
dependencies:
···
9
9
engine: "nixery"
10
10
11
11
steps:
12
12
+
- name: Upgrade Deno to latest version
13
13
+
command: |
14
14
+
deno upgrade
15
15
+
12
16
- name: Deploy to Deno Deploy
13
17
command: |
14
18
deno deploy --org finxol --app pinboarding --prod