chore: use denoland/deployctl action (#2)

Co-authored-by: Luca Casonato <hello@lcas.dev>
This commit is contained in:
Satya Rohith 2022-02-10 16:50:16 +05:30 committed by GitHub
parent 242b431ce0
commit 91efb542fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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