Skip to content

Commit

Permalink
Merge pull request #59 from SSU-Plector/issue/52-bug-ci-cd
Browse files Browse the repository at this point in the history
♻️ [Refactor] .sh 코드 리팩토링
  • Loading branch information
chanmin-00 authored May 4, 2024
2 parents 7270552 + c3a18e2 commit 75606c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "set \$service_url http://127.0.0.1:${TARGET_PORT};" | tee /home/ec2-user/s

echo "> Now Nginx proxies to ${TARGET_PORT}."

# Reload nginx
# Reload nginx.
sudo service nginx reload

echo "> Nginx reloaded."

0 comments on commit 75606c7

Please sign in to comment.