Change deploy host and adjust ntfy
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
74f80c95a4
commit
e378352b12
|
@ -3,9 +3,9 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host: jellyfish.beaucoup.fish
|
host: clam.beaucoup.fish
|
||||||
source: site
|
source: site
|
||||||
target: /home/nicholas/docsify
|
target: /var/www/docsify
|
||||||
port: 22
|
port: 22
|
||||||
username:
|
username:
|
||||||
from_secret: JELLYFISH_SSH_USERNAME
|
from_secret: JELLYFISH_SSH_USERNAME
|
||||||
|
@ -30,8 +30,8 @@ steps:
|
||||||
from_secret: NTFY_TOKEN
|
from_secret: NTFY_TOKEN
|
||||||
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
|
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
|
||||||
priority: urgent
|
priority: urgent
|
||||||
actions: "view, Open portal, https://home.nest.com/, clear=true; http, Turn down, https://api.nest.com/, body='{\"temperature\": 65}'"
|
actions: "view, Open git, https://gitea.bigyellowfish.com/"
|
||||||
click: https://where.to.go
|
click: https://docs.bigyellowfish.com
|
||||||
icon: https://woodpecker-ci.org/img/logo.svg
|
icon: https://woodpecker-ci.org/img/logo.svg
|
||||||
tags: robot,${CI_REPO_NAME}
|
tags: robot,${CI_REPO_NAME}
|
||||||
message: ${CI_COMMIT_MESSAGE}
|
message: ${CI_COMMIT_MESSAGE}
|
Loading…
Reference in New Issue