RIP
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-10 23:40:13 +02:00
parent aec6acbcca
commit 721d73edde
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 13 additions and 13 deletions

View File

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