feat: CI: replace fleet repo remote URI with remote URI template
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

pull/14/head
Aravinth Manivannan 2022-07-01 19:54:56 +05:30
parent f86dd2ff37
commit e5ebdc29ce
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pipeline:
environment:
- DATABSE_URL=postgres://postgres:password@database:5432/postgres
- EMAIL_URL=smtp://admin:password@smtp:10025
- HOSTEA_INFRA_HOSTEA_REPO_REMOTE=ssh://git@gitea:22/hostea/fleet.git
- HOSTEA_INFRA_HOSTEA_REPO_REMOTE=ssh://git@gitea:22/hostea/
- HOSTEA_META_GITEA_INSTANCE=http://gitea:3000
commands:
- export HOSTEA_INFRA_HOSTEA_REPO_SSH_KEY="$(realpath ./tests/fleet-deploy-key)"

View File

@ -20,7 +20,6 @@ from pathlib import Path
from threading import Thread, Event
from time import sleep
import sh
from django.utils.crypto import get_random_string
from django.template.loader import render_to_string
from django.core.mail import send_mail