.woodpecker.yml
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful

This commit is contained in:
mitch 2026-07-09 10:07:09 -07:00
parent 709b0a62d6
commit 269010b78e

View File

@ -49,7 +49,7 @@ steps:
cat > /tmp/config.yaml <<EOF
gitea:
url: https://gitea.mitchecp.com
url: https://gitea.git.mitchecp.com
token: ${GITEA_TOKEN}
repositories:
- ${CI_REPO_OWNER}/*
@ -88,8 +88,8 @@ steps:
- mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/mitchecp.pem
- chmod 600 ~/.ssh/mitchecp.pem
- ssh-keyscan gitea.mitchecp.com >> ~/.ssh/known_hosts
- ssh -i ~/.ssh/mitchecp.pem ec2-user@gitea.mitchecp.com "cd /home/ec2-user && touch woodpecker.created.develop.txt"
- ssh-keyscan gitea.git.mitchecp.com >> ~/.ssh/known_hosts
- ssh -i ~/.ssh/mitchecp.pem ec2-user@gitea.git.mitchecp.com "cd /home/ec2-user && touch woodpecker.created.develop.txt"
when:
branch:
- develop