Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit d01699a

Browse files
authored
[MERGE] Merge pull request #438 from SPOTeam/develop
[DEPLOY] 도메인 변경으로 인한 워크플로우 수정
2 parents d0c40af + 07b8a72 commit d01699a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if curl --silent --fail http://localhost:8081; then
6666
echo "Green server is working correctly."
6767
# Nginx를 Green 서버로 전환
68-
sudo sed -i 's/8080/8081/' /etc/nginx/sites-available/teamspot.site
68+
sudo sed -i 's/8080/8081/' /etc/nginx/sites-available/api-spot.store
6969
sudo systemctl restart nginx
7070
# 기존 서버 종료
7171
sudo docker-compose -f docker-compose.yml stop web-blue
@@ -81,7 +81,7 @@ jobs:
8181
if curl --silent --fail http://localhost:8080; then
8282
echo "Blue server is working correctly."
8383
# Nginx를 Blue 서버로 전환
84-
sudo sed -i 's/8081/8080/' /etc/nginx/sites-available/teamspot.site
84+
sudo sed -i 's/8081/8080/' /etc/nginx/sites-available/api-spot.store
8585
sudo systemctl restart nginx
8686
# 기존 서버 종료
8787
sudo docker-compose -f docker-compose.yml stop web-green

0 commit comments

Comments
 (0)