From 721d73edde6886e5c23a203858bf11d01422fc1b Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 10 Oct 2022 23:40:13 +0200 Subject: [PATCH] RIP Signed-off-by: Sam Therapy --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac35769..04ea97a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,19 +21,19 @@ steps: - pull_request depends_on: - "Build site" - - name: Comment on PR - image: tsakidev/giteacomment:latest - settings: - gitea_token: - from_secret: gitea_token - gitea_base_url: https://git.froth.zone - comment_title: "Deno Deploy URL" - comment_from_file: "/url" - depends_on: - - "Staging" - when: - event: - - pull_request + # - name: Comment on PR + # image: tsakidev/giteacomment:latest + # settings: + # gitea_token: + # from_secret: gitea_token + # gitea_base_url: https://git.froth.zone + # comment_title: "Deno Deploy URL" + # comment_from_file: "/url" + # depends_on: + # - "Staging" + # when: + # event: + # - pull_request - name: Deploy to Deno Deploy (prod) image: git.froth.zone/sam/drone-deno-deploy