Skip to content

Commit

Permalink
Merge pull request #367 from fastrodev/canary
Browse files Browse the repository at this point in the history
update build.yml
  • Loading branch information
ynwd authored Feb 3, 2024
2 parents 8cf0c24 + 3fc0027 commit d5cbccd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
with:
path-to-lcov: ./cov.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Build
run: deno task build

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: fastro
entrypoint: modules/web/main.ts

0 comments on commit d5cbccd

Please sign in to comment.