Skip to content

Commit 44d5110

Browse files
committed
chore: use deno.ts
1 parent 61d9c16 commit 44d5110

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
permissions:
14-
id-token: write # Needed for auth with Deno Deploy
15-
contents: read # Needed to clone the repository
14+
id-token: write
15+
contents: read
1616

1717
steps:
1818
- name: Clone repository
@@ -25,13 +25,10 @@ jobs:
2525
deno-cache: true
2626

2727
- name: Install step
28-
run: "deno install"
28+
run: 'deno install'
2929

3030
- name: Upload to Deno Deploy
3131
uses: denoland/deployctl@v1
3232
with:
33-
project: "viki-60s"
34-
entrypoint: "deno.ts"
35-
root: "./"
36-
37-
33+
project: 'viki-60s'
34+
entrypoint: 'deno.ts'

0 commit comments

Comments
 (0)