Skip to content

Commit 56c802f

Browse files
committed
Add CI
1 parent 4174cb6 commit 56c802f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/worflows/deploy.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy
2+
on: [push]
3+
4+
jobs:
5+
deploy:
6+
name: Deploy
7+
runs-on: ubuntu-latest
8+
permissions:
9+
id-token: write
10+
contents: read
11+
12+
steps:
13+
- name: Clone repository
14+
uses: actions/checkout@v2
15+
16+
- uses: w3c/spec-prod@v2
17+
18+
- name: Upload to Deno Deploy
19+
uses: denoland/deployctl@v1
20+
with:
21+
project: "proposal-webcrypto-streams"
22+
entrypoint: "https://deno.land/[email protected]/http/file_server.ts"

0 commit comments

Comments
 (0)