Skip to content

Commit aa293c2

Browse files
committed
chore: optimize system configuration and API integration
- Change port for REMOTE_HOST_02 from `2223` to `2222` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 378323e commit aa293c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ssh-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
- name: Deployment to multiple hosts with different ports
277277
uses: appleboy/[email protected]
278278
with:
279-
host: "${{ env.REMOTE_HOST_01 }}:2222,${{ env.REMOTE_HOST_02 }}:2223"
279+
host: "${{ env.REMOTE_HOST_01 }}:2222,${{ env.REMOTE_HOST_02 }}:2222"
280280
username: linuxserver.io
281281
key: ${{ env.PRIVATE_KEY }}
282282
passphrase: 1234

0 commit comments

Comments
 (0)