Fix mistakes
continuous-integration/drone/push Build is failing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-10 22:16:01 +02:00
parent 77db9f85cf
commit aec6acbcca
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 6 additions and 2 deletions

View File

@ -19,14 +19,16 @@ steps:
when:
event:
- pull_request
depends_on:
- "Build site"
- name: Comment on PR
image: tsakidev/giteacomment:latest
settings:
gitea_token:
from_secret: gitea_token
gitea_base_url: http://git.froth.zone
gitea_base_url: https://git.froth.zone
comment_title: "Deno Deploy URL"
comment_from_file: "./url"
comment_from_file: "/url"
depends_on:
- "Staging"
when:
@ -42,6 +44,8 @@ steps:
project: drone-deploy
entrypoint: server/main.ts
production: true
depends_on:
- "Build site"
when:
branch:
- master