update apphub install

This commit is contained in:
qiaofeng1227 2024-11-04 16:53:10 +08:00
parent d1aca3c0b8
commit b755df59ed

View file

@ -216,6 +216,10 @@ class PortainerAPI:
"repositoryAuthentication": True,
"RepositoryUsername": usr_name,
"RepositoryPassword": usr_password,
"env":[{
"name": "DEPLOY_TIME",
"value": "-"+datetime.now().strftime("%Y%m%d%H%M%S")
}]
},
)