Skip to content

Commit 44f16ac

Browse files
committed
Deploy Production Code for Commit 2e80a39 🚀
1 parent 2e80a39 commit 44f16ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/git.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ function deploy(action) {
9090
(0, core_1.info)(`Creating target folder if it doesn't already exist… 📌`);
9191
yield (0, io_1.mkdirP)(`${temporaryDeploymentDirectory}/${action.targetFolder}`);
9292
}
93+
/* Relaxes permissions of folder due to be deployed so rsync can write to/from it. */
94+
yield (0, execute_1.execute)(`chmod -R 777 ${action.folderPath}`, action.workspace, action.silent);
9395
/*
9496
Pushes all of the build files into the deployment directory.
9597
Allows the user to specify the root if '.' is provided.

0 commit comments

Comments
 (0)