Merge pull request '.ssh/knownhosts' (#4) from mitch into develop
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Reviewed-on: https://gitea.mitchecp.com/gitea/test/pulls/4
This commit is contained in:
gitea 2026-07-06 23:33:16 +00:00
commit bef29ed0f1

View File

@ -16,6 +16,8 @@ steps:
image: alpine:latest
commands:
- apk add --no-cache openssh-client
- mkdir -p ~/.ssh
- ssh-keyscan www.mitchecp.com >> ~/.ssh/known_hosts
- ssh ec2-user@www.mitchecp.com "cd /home/ec2-user && touch aaa.txt"
when:
branch: