feat: with username
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
0f7ed2b6f4
commit
e5b3e1b62a
@ -344,7 +344,7 @@ impl MainAction for RustService {
|
|||||||
self.client
|
self.client
|
||||||
.container()
|
.container()
|
||||||
.from(update_deployments_docker_image)
|
.from(update_deployments_docker_image)
|
||||||
.with_env_variable("GIT_USERNAME", "git")
|
.with_env_variable("GIT_USERNAME", "kjuulh")
|
||||||
.with_env_variable(
|
.with_env_variable(
|
||||||
"GIT_PASSWORD",
|
"GIT_PASSWORD",
|
||||||
std::env::var("GIT_PASSWORD").expect("GIT_PASSWORD to be set"),
|
std::env::var("GIT_PASSWORD").expect("GIT_PASSWORD to be set"),
|
||||||
|
Loading…
Reference in New Issue
Block a user