Skip to content

Commit

Permalink
Merge pull request #286 from Travel-in-nanaland/hotfix/#284-nginx
Browse files Browse the repository at this point in the history
[Hotfix] nginx 설정
  • Loading branch information
heeeeeseok authored Jul 7, 2024
2 parents d8a7c99 + 196b81a commit 8a2c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/execute-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DEPLOY_SH=/home/ubuntu/Back-end/scripts/nginx-deploy.sh
DEPLOY_LOG=/home/ubuntu/Back-end/deploy.log
DEPLOY_ERROR_LOG=/home/ubuntu/Back-end/deploy-error.log

sh $DEPLOY_SH > $DEPLOY_LOG 2> $DEPLOY_ERROR_LOG &
sudo sh $DEPLOY_SH > $DEPLOY_LOG 2> $DEPLOY_ERROR_LOG &

0 comments on commit 8a2c8b0

Please sign in to comment.