more updates
This commit is contained in:
10
deploy_self.py
Normal file
10
deploy_self.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from deploy import DeployerRequest, handle_request
|
||||
|
||||
handle_request(
|
||||
DeployerRequest(
|
||||
user="drm",
|
||||
repo="deployer",
|
||||
branch="main",
|
||||
commit_hash="93954f3190f7bbcbf29df2f68ebc400acb47cda9",
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user