Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
77db9f85cf
commit
aec6acbcca
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue