Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Apr 20, 2024
1 parent 547ca57 commit 2d23666
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
name: Deploy

on:
push:
branches:
- main

branches: main
pull_request:
paths:
- "**.json"
- "**.ts"
- "**.tsx"
branches: main

jobs:
deploy:
Expand All @@ -30,10 +24,11 @@ jobs:
deno-version: v1.x

- name: Build step
run: deno task build
run: "deno task build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "9renpoto"
entrypoint: "./main.ts"
entrypoint: "main.ts"
root: "."

0 comments on commit 2d23666

Please sign in to comment.