chore: use denoland/deployctl action (#2)
Co-authored-by: Luca Casonato <hello@lcas.dev>
This commit is contained in:
parent
242b431ce0
commit
91efb542fc
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
env:
|
||||
DEPLOY_API_ENDPOINT: https://deno-staging.com
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
@ -31,7 +29,7 @@ jobs:
|
|||
run: deno run -A https://deno.land/x/lume/ci.ts
|
||||
|
||||
- name: Deploy to Deno Deploy
|
||||
uses: lucacasonato/deployctl@github_action
|
||||
uses: denoland/deployctl@v1
|
||||
with:
|
||||
project: lume-example
|
||||
entrypoint: https://deno.land/std/http/file_server.ts
|
||||
|
|
Loading…
Reference in a new issue