tangled
alpha
login
or
join now
timtinkers.online
/
onomatopoeia
0
fork
atom
bluesky quote bot
0
fork
atom
overview
issues
pulls
pipelines
fix fix
timtinkers.online
7 months ago
94c90d04
fbfc6072
0/1
deploy.yaml
failed
10s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+1
.tangled/workflows/deploy.yaml
···
21
21
command: |
22
22
# 1. Install deployctl and add it to the path for the next command
23
23
export PATH="$HOME/.deno/bin:$PATH"
24
24
+
deno install jsr:@deno/deployctl jsr:@deno/deployctl
24
25
25
26
# 2. Deploy project
26
27
deployctl deploy --project=$DENO_DEPLOY_PROJECT $DENO_DEPLOY_ENTRYPOINT --root=$DENO_DEPLOY_ROOT