try again
continuous-integration/drone/push Build encountered an error Details
ci / build (push) Failing after 5s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-27 21:54:04 +01:00
parent c87abedc4d
commit e135f30d58
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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