fix: ci gitea port
ci/woodpecker/push/woodpecker Pipeline failed Details

wip-infra-tests
Aravinth Manivannan 2022-06-27 04:40:41 +05:30
parent 8997d0ff0f
commit f99420f51a
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if is_ci
then
MAILDEV_URL="http://smtp:1080"
GITEA_URL="http://gitea:3000"
GITEA_SSH_URL="ssh://git@gitea:2221"
GITEA_SSH_URL="ssh://git@gitea:22"
else
MAILDEV_URL="http://localhost:1080"
GITEA_URL="http://localhost:3000"