It's working!
This commit is contained in:
		@@ -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}`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user