Skip to content

Commit b5ff16d

Browse files
committed
remove deploy job from workflow
1 parent 8786ba2 commit b5ff16d

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Build
22
on:
33
push:
44
branches: main
@@ -19,32 +19,4 @@ jobs:
1919
deno-version: v2.x
2020

2121
- 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-
run: deno task build
44-
45-
- name: Upload to Deno Deploy
46-
uses: denoland/deployctl@v1
47-
with:
48-
project: "tla"
49-
entrypoint: "./main.ts"
50-
root: ""
22+
run: deno task build

0 commit comments

Comments
 (0)