deno-deploy-example/.github/workflows/deploy.yaml
Sam Therapy c87abedc4d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci / build (push) Failing after 13s
try
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 21:46:48 +01:00

25 lines
412 B
YAML

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: samtherapy/deno-deploy@master
with:
deno_deploy_token: ${{ secrets.DENO_DEPLOY_TOKEN }}
entrypoint: server/main.ts
project: github-actions-deploy