deno-deploy-example/.github/workflows/deploy.yaml
Sam Therapy 73fd045613
Some checks failed
continuous-integration/drone/push Build is passing
ci / build (push) Failing after 5s
try again again
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 22:12:30 +01:00

26 lines
No EOL
440 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 }}
entry-point: server/main.ts
project: github-actions-deploy
production: true