tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
ci: don't wait for deploy to finish
finxol.io
3 months ago
0dfb56bd
529a983c
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
8s
+3
-3
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
deno.jsonc
+1
-1
.tangled/workflows/deploy.yaml
reviewed
···
11
11
steps:
12
12
- name: Deploy to Deno Deploy
13
13
command: |
14
14
-
deno deploy --prod
14
14
+
deno deploy --prod --no-wait
+2
-2
deno.jsonc
reviewed
···
1
1
{
2
2
"deploy": {
3
3
-
"org": "finxol",
4
4
-
"app": "portfolio",
3
3
+
"org": "finxol",
4
4
+
"app": "portfolio"
5
5
},
6
6
"nodeModulesDir": "auto",
7
7
}