more updates

This commit is contained in:
2025-07-30 21:57:31 -04:00
parent 93954f3190
commit 5d71c964b7
4 changed files with 46 additions and 14 deletions

10
deploy_self.py Normal file
View File

@@ -0,0 +1,10 @@
from deploy import DeployerRequest, handle_request
handle_request(
DeployerRequest(
user="drm",
repo="deployer",
branch="main",
commit_hash="93954f3190f7bbcbf29df2f68ebc400acb47cda9",
)
)