ajuste no drone

This commit is contained in:
Marcus Bohessef 2026-01-06 20:49:17 -03:00
parent 94126f0523
commit 9686f47a71

View file

@ -71,6 +71,7 @@ steps:
CPANEL_USERNAME: { from_secret: CPANEL_USERNAME }
CPANEL_API_TOKEN: { from_secret: CPANEL_API_TOKEN }
commands:
- printenv > .env.k8s
- kubectl -n gohorsejobsdev delete secret backend-secrets --ignore-not-found
- kubectl -n gohorsejobsdev create secret generic backend-secrets --from-env-file=.env.k8s