fix: uncomment Dokku deployment code
This commit is contained in:
parent
08c131b52d
commit
c674c0cab6
@ -24,9 +24,9 @@ export default function DeployButtonModal({
|
||||
} else {
|
||||
console.log("Starting deployment...");
|
||||
setIsDeploying(true);
|
||||
// deploy(() => {
|
||||
// setIsDeploying(false);
|
||||
// });
|
||||
deploy(() => {
|
||||
setIsDeploying(false);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user