.ssh/knownhosts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
mitch 2026-07-06 16:32:37 -07:00
parent 9714c47ab7
commit 0210e53008

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: