We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1289eb4 commit 1b0ba38Copy full SHA for 1b0ba38
index.js
@@ -106,6 +106,8 @@ async function run() {
106
await executeCommand(`ln -sfn ${target}/.env ${target}/releases/${sha}/.env`);
107
}
108
109
+ await executeCommand(`rm -rf ${target}/releases/${sha}/storage`);
110
+
111
await console.log("Linking the current release with storage");
112
await executeCommand(`ln -sfn ${target}/storage ${target}/releases/${sha}/storage`);
113
0 commit comments