deno.land / std@0.157.0 / .github / workflows / deploy.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: deploy-compaton: push: branches: [main]jobs: deploy-compat: runs-on: ubuntu-latest permissions: id-token: write contents: read steps: - name: Clone repository uses: actions/checkout@v3
- name: Deploy to Deno Deploy uses: denoland/deployctl@v1 id: deploy with: project: std-deploy-compat-test entrypoint: _tools/deploy.ts
- name: Check deployment run: curl --fail ${{ steps.deploy.outputs.url }}
std

Version Info

Tagged at
a year ago