ssh-action/.github/workflows
Bo-Yi Wu 378323e4c8
ci: add multi-server support to CI workflow
- Add a new job `multiple-server` to the GitHub Actions workflow
- Configure the job to run on `ubuntu-latest`
- Add steps to checkout code, add public and private keys to environment variables, and create two new SSH servers using Docker
- Update the `host` configuration to include both new SSH servers
- Remove the `port` configuration
- Replace the command `ls -lah` with `whoami`
- Remove the `use_insecure_cipher` configuration

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2024-06-05 19:07:07 +08:00
..
ci.yml ci: refactor CI workflow and improve robustness (#320) 2024-05-04 19:52:33 +08:00
ssh-server.yml ci: add multi-server support to CI workflow 2024-06-05 19:07:07 +08:00
version.yml ci: optimize GitHub Actions workflow configuration 2024-03-22 13:21:33 +08:00