It's working!
This commit is contained in:
parent
c09b8d888f
commit
425feba0e2
@ -160,7 +160,6 @@ export async function post(request: Request) {
|
||||
},
|
||||
};
|
||||
}
|
||||
console.log(stack)
|
||||
await execShellAsync(`mkdir -p ${workdir}`);
|
||||
await fs.writeFile(`${workdir}/stack.yml`, yaml.dump(stack));
|
||||
await execShellAsync(`docker stack rm ${deployId}`);
|
||||
|
@ -42,6 +42,7 @@
|
||||
});
|
||||
toast.push(message);
|
||||
setTimeout(() => {
|
||||
// WHY need to navigate to / to get cookies?!
|
||||
browser && window.location.replace('/')
|
||||
}, 1000);
|
||||
} catch (error) {
|
||||
@ -68,7 +69,6 @@
|
||||
<Loading fullscreen={false} />
|
||||
{:else}
|
||||
<div class="text-center py-10 max-w-7xl">
|
||||
{$session.isLoggedIn}
|
||||
{#if !$session.isLoggedIn}
|
||||
{#if $settings.clientId}
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user