fix: uncomment Dokku deployment code
This commit is contained in:
parent
08c131b52d
commit
c674c0cab6
@ -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);
|
||||||
// });
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user