ajuste no drone
This commit is contained in:
parent
94126f0523
commit
9686f47a71
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue