|
|
|
@ -25,15 +25,15 @@ steps: |
|
|
|
|
- name: deploy |
|
|
|
|
image: drillster/drone-rsync |
|
|
|
|
settings: |
|
|
|
|
hosts: ["192.168.1.101"] |
|
|
|
|
target: /home/gregan/workspace/mkdocs/doc |
|
|
|
|
hosts: ["192.168.1.100"] |
|
|
|
|
target: /var/www/html/mkdocs |
|
|
|
|
source: doc/* |
|
|
|
|
port: |
|
|
|
|
from_secret: RSYNC_PORT |
|
|
|
|
user: |
|
|
|
|
from_secret: RSYNC_USER |
|
|
|
|
key: |
|
|
|
|
from_secret: RSYNC_STACK_KEY |
|
|
|
|
from_secret: RSYNC_SSH_KEY |
|
|
|
|
|
|
|
|
|
- name: notification |
|
|
|
|
image: appleboy/drone-telegram |
|
|
|
|