2023-08-28 11:00:31 +00:00
|
|
|
---
|
|
|
|
|
2023-11-13 19:15:10 +00:00
|
|
|
steps:
|
2023-08-28 11:00:31 +00:00
|
|
|
build:
|
2023-10-04 08:43:20 +00:00
|
|
|
image: klakegg/hugo:ext
|
2023-08-28 11:00:31 +00:00
|
|
|
commands:
|
|
|
|
- hugo
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
image: appleboy/drone-scp
|
|
|
|
settings:
|
|
|
|
strip_components: 1
|
|
|
|
host:
|
2023-10-04 08:24:20 +00:00
|
|
|
from_secret: host
|
2023-08-28 11:00:31 +00:00
|
|
|
username:
|
|
|
|
from_secret: ssh_user
|
|
|
|
target:
|
2023-10-04 08:24:20 +00:00
|
|
|
from_secret: path
|
2023-08-28 11:00:31 +00:00
|
|
|
source: public/
|
|
|
|
key:
|
|
|
|
from_secret: ssh_key
|
2023-11-15 07:54:14 +00:00
|
|
|
port:
|
|
|
|
from_secret: ssh_port
|
2023-08-28 11:00:31 +00:00
|
|
|
|