try again
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
c87abedc4d
commit
e135f30d58
2 changed files with 2 additions and 5 deletions
|
@ -14,8 +14,7 @@ steps:
|
|||
when:
|
||||
event:
|
||||
- pull_request
|
||||
depends_on:
|
||||
- "Clone"
|
||||
|
||||
- name: Deploy to Deno Deploy (prod)
|
||||
image: git.froth.zone/sam/drone-deno-deploy
|
||||
environment:
|
||||
|
@ -25,8 +24,6 @@ steps:
|
|||
project: drone-deploy
|
||||
entrypoint: server/main.ts
|
||||
production: true
|
||||
depends_on:
|
||||
- "Clone"
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: samtherapy/deno-deploy@master
|
||||
with:
|
||||
deno_deploy_token: ${{ secrets.DENO_DEPLOY_TOKEN }}
|
||||
entrypoint: server/main.ts
|
||||
entry-point: server/main.ts
|
||||
project: github-actions-deploy
|
||||
|
||||
|
Loading…
Reference in a new issue