mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-23 08:00:23 +00:00
update apphub install
This commit is contained in:
parent
d1aca3c0b8
commit
b755df59ed
1 changed files with 4 additions and 0 deletions
4
apphub/src/external/portainer_api.py
vendored
4
apphub/src/external/portainer_api.py
vendored
|
@ -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")
|
||||
}]
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue