fix: uncomment Dokku deployment code

This commit is contained in:
James Murdza 2024-08-18 07:16:59 -07:00
parent 08c131b52d
commit c674c0cab6

View File

@ -24,9 +24,9 @@ export default function DeployButtonModal({
} else { } else {
console.log("Starting deployment..."); console.log("Starting deployment...");
setIsDeploying(true); setIsDeploying(true);
// deploy(() => { deploy(() => {
// setIsDeploying(false); setIsDeploying(false);
// }); });
} }
}; };