Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
aec6acbcca
commit
721d73edde
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.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
|
||||
|
|
Loading…
Reference in a new issue