fix: configure clone credentials in pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-21 15:01:01 +00:00
parent 9860f59656
commit 29e418e435

View File

@@ -3,6 +3,13 @@ type: kubernetes
name: build-and-deploy-dev
clone:
git:
username:
from_secret: git_username
password:
from_secret: git_password
trigger:
event:
- push
@@ -42,6 +49,13 @@ type: kubernetes
name: build-and-deploy-prod
clone:
git:
username:
from_secret: git_username
password:
from_secret: git_password
trigger:
event:
- push