Compare commits

..

2 Commits

Author SHA1 Message Date
f807243643 Merge pull request 'Change the destination IP address.' (#5) from change-target-ip into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
2025-02-08 11:32:25 +00:00
741ca46070 Change the destination IP address.
All checks were successful
continuous-integration/drone/push Build is passing
2025-02-08 20:30:37 +09:00

View File

@ -35,7 +35,7 @@ steps:
- name: housekeep - name: housekeep
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: 10.0.1.222 host: 10.0.1.96
username: webadm username: webadm
port: 10022 port: 10022
key: key:
@ -47,7 +47,7 @@ steps:
- name: scp - name: scp
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: 10.0.1.222 host: 10.0.1.96
username: webadm username: webadm
port: 10022 port: 10022
target: target:
@ -93,7 +93,7 @@ steps:
- name: housekeep - name: housekeep
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: 10.0.1.222 host: 10.0.1.96
username: webadm username: webadm
port: 10022 port: 10022
key: key:
@ -104,7 +104,7 @@ steps:
- name: scp - name: scp
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: 10.0.1.222 host: 10.0.1.96
username: webadm username: webadm
port: 10022 port: 10022
target: /var/www/test target: /var/www/test