mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:12:59 +08:00
update apphub install
This commit is contained in:
parent
d1aca3c0b8
commit
b755df59ed
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 New Issue
Block a user