This commit is contained in:
parent
2c3edb1e7a
commit
89af9a3862
12
.drone.yml
12
.drone.yml
@ -46,6 +46,18 @@ steps:
|
|||||||
from_secret: RSYNC_USER
|
from_secret: RSYNC_USER
|
||||||
key:
|
key:
|
||||||
from_secret: RSYNC_SSH_KEY
|
from_secret: RSYNC_SSH_KEY
|
||||||
|
|
||||||
|
- name: deploy cv on terminal-cv
|
||||||
|
image: drillster/drone-rsync
|
||||||
|
settings:
|
||||||
|
hosts: ["192.168.1.101"]
|
||||||
|
target: /workspace/terminal-cv/site/resources/resume.pdf
|
||||||
|
source: ./out.pdf
|
||||||
|
port: 2021
|
||||||
|
user:
|
||||||
|
from_secret: RSYNC_USER
|
||||||
|
key:
|
||||||
|
from_secret: RSYNC_STACK_KEY
|
||||||
|
|
||||||
- name: notification
|
- name: notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user