tangled
alpha
login
or
join now
timtinkers.online
/
discord-qotd-webhook
1
fork
atom
posts "question of the day" to a discord webhook
1
fork
atom
overview
issues
pulls
pipelines
Leaner deploy.yaml
timtinkers.online
7 months ago
6b82857f
8612e3ac
0/1
deploy.yaml
failed
57s
+1
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+1
-2
.tangled/workflows/deploy.yaml
reviewed
···
11
11
environment:
12
12
DENO_DEPLOY_PROJECT: discord-qotd-webhook
13
13
DENO_DEPLOY_ENTRYPOINT: main.ts
14
14
-
DENO_DEPLOY_ROOT: .
15
14
command: |
16
15
# 1. Install deployctl and add it to the path for the next command
17
16
export PATH="$HOME/.deno/bin:$PATH"
18
17
deno install -gArf jsr:@deno/deployctl
19
18
20
19
# 2. Deploy project
21
21
-
deployctl deploy --project=$DENO_DEPLOY_PROJECT --entrypoint=$DENO_DEPLOY_ENTRYPOINT --root=$DENO_DEPLOY_ROOT --token=$DENO_DEPLOY_TOKEN
20
20
+
deployctl deploy --project=$DENO_DEPLOY_PROJECT --entrypoint=$DENO_DEPLOY_ENTRYPOINT