11 lines
229 B
Python
11 lines
229 B
Python
from deploy import DeployerRequest, handle_request
|
|
|
|
handle_request(
|
|
DeployerRequest(
|
|
user="drm",
|
|
repo="deployer",
|
|
branch="main",
|
|
commit_hash="93954f3190f7bbcbf29df2f68ebc400acb47cda9",
|
|
)
|
|
)
|