Skip to content

Commit 1b0ba38

Browse files
committed
chore: Remove unnecessary storage directory in release
1 parent 1289eb4 commit 1b0ba38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ async function run() {
106106
await executeCommand(`ln -sfn ${target}/.env ${target}/releases/${sha}/.env`);
107107
}
108108

109+
await executeCommand(`rm -rf ${target}/releases/${sha}/storage`);
110+
109111
await console.log("Linking the current release with storage");
110112
await executeCommand(`ln -sfn ${target}/storage ${target}/releases/${sha}/storage`);
111113

0 commit comments

Comments
 (0)