Skip to content

Commit 6719f66

Browse files
authored
Merge pull request #88 from Team-Senifit/release-1.0.1
deploy 5
2 parents b2c20b1 + 70eb83c commit 6719f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
7575
APP_DIR="/srv/senifit-front"
7676
echo "==== Cleanup Old Releases ===="
77-
# 폴더가 없으면 생성 (재귀 chown은 피함)
77+
# 폴더가 없으면 생성
7878
if [ ! -d "$APP_DIR/releases" ]; then
79-
sudo mkdir -p "$APP_DIR/releases"
80-
sudo chown $USER:$USER "$APP_DIR" "$APP_DIR/releases"
79+
sudo mkdir -p "$APP_DIR/releases" "$APP_DIR/shared"
80+
sudo chown $USER:$USER "$APP_DIR" "$APP_DIR/releases" "$APP_DIR/shared"
8181
fi
8282
8383
cd "$APP_DIR/releases"

0 commit comments

Comments
 (0)