Skip to content

Commit 3bc4d4f

Browse files
committedNov 24, 2024
move to directory images
1 parent 7f16d9d commit 3bc4d4f

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed
 

‎example/example.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ commands:
1818
- rm -rf ./{{update_package_name}}
1919

2020
# default ssh username and password
21+
# default port 22
2122
default:
2223
username: root
2324
password: 123456
2425

2526
remotes:
26-
- { ip: 192.168.7.201 }
2727
- { ip: 192.168.7.200:9099, username: leijux, password: bbb }
28-
- { ip: localhost }
28+
- { ip: 192.168.7.201 } #如果没有则使用default
29+
- { ip: 127.0.0.1 } #如果是127.0.0.1 则命令在本地执行

‎example/gui_1.png ‎images/gui_1.png

File renamed without changes.

‎example/gui_2.png ‎images/gui_2.png

File renamed without changes.

‎example/tui_1.png ‎images/tui_1.png

File renamed without changes.

‎example/tui_2.png ‎images/tui_2.png

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.