From aec6acbccaae205518f5ac7cae3ba9a587c8f240 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 10 Oct 2022 22:16:01 +0200 Subject: [PATCH] Fix mistakes Signed-off-by: Sam Therapy --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4db478..ac35769 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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