Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oxix97 authored Feb 8, 2024
1 parent a6921dd commit 7445b7b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/bash
REPOSITORY=/home/ec2-user/f1-Orury-Client
REPOSITORY_PROD=/home/ec2-user/f1-Orury-Client

echo "폴더 생성"
mkdir -p ${REPOSITORY}
REPOSITORY=/home/ec2-user
REPOSITORY_PROD=/home/ec2-user

echo "개발 서버 배포"
cd ${REPOSITORY}

sudo npm install

if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 7445b7b

Please sign in to comment.