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
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: jellyfish.beaucoup.fish
|
||||
host: clam.beaucoup.fish
|
||||
source: site
|
||||
target: /home/nicholas/docsify
|
||||
target: /var/www/docsify
|
||||
port: 22
|
||||
username:
|
||||
from_secret: JELLYFISH_SSH_USERNAME
|
||||
|
@ -30,8 +30,8 @@ steps:
|
|||
from_secret: NTFY_TOKEN
|
||||
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
|
||||
priority: urgent
|
||||
actions: "view, Open portal, https://home.nest.com/, clear=true; http, Turn down, https://api.nest.com/, body='{\"temperature\": 65}'"
|
||||
click: https://where.to.go
|
||||
actions: "view, Open git, https://gitea.bigyellowfish.com/"
|
||||
click: https://docs.bigyellowfish.com
|
||||
icon: https://woodpecker-ci.org/img/logo.svg
|
||||
tags: robot,${CI_REPO_NAME}
|
||||
message: ${CI_COMMIT_MESSAGE}
|
Loading…
Reference in New Issue