We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39b3cc commit 815c574Copy full SHA for 815c574
.github/workflows/ssh-server.yml
@@ -208,3 +208,18 @@ jobs:
208
ls \
209
-lah
210
use_insecure_cipher: true
211
+
212
+ # https://github.com/appleboy/ssh-action/issues/85
213
+ - name: Deployment to multiple hosts with different ports
214
+ uses: appleboy/[email protected]
215
+ with:
216
+ host: "${{ env.REMOTE_HOST }}:2222"
217
+ username: linuxserver.io
218
+ key: ${{ env.PRIVATE_KEY }}
219
+ port: 1111
220
+ passphrase: 1234
221
+ script_stop: true
222
+ script: |
223
+ ls \
224
+ -lah
225
+ use_insecure_cipher: true
0 commit comments