We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8786ba2 commit b5ff16dCopy full SHA for b5ff16d
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Deploy
+name: Build
2
on:
3
push:
4
branches: main
@@ -19,32 +19,4 @@ jobs:
19
deno-version: v2.x
20
21
- name: Build
22
- run: deno task build
23
-
24
- deploy:
25
- name: Deploy
26
- runs-on: ubuntu-latest
27
- needs: build
28
29
- permissions:
30
- id-token: write # Needed for auth with Deno Deploy
31
- contents: read # Needed to clone the repository
32
33
- steps:
34
- - name: Clone repository
35
- uses: actions/checkout@v6
36
37
- - name: Install Deno
38
- uses: denoland/setup-deno@v2
39
- with:
40
- deno-version: v2.x
41
42
- - name: Build
43
44
45
- - name: Upload to Deno Deploy
46
- uses: denoland/deployctl@v1
47
48
- project: "tla"
49
- entrypoint: "./main.ts"
50
- root: ""
+ run: deno task build
0 commit comments