Skip to content

Commit 7371377

Browse files
committed
INFLUY#64 refactor : inluyf 서비스만 재시작 되도록 설정
1 parent f5934ec commit 7371377

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
ssh -i private_key.pem -o StrictHostKeyChecking=no ${{ secrets.EC2_USERNAME }}@${{ secrets.EC2_HOST }} "
5858
sudo docker rm -f influy || true
5959
cd /home/ubuntu
60-
sudo docker-compose down --remove-orphans
61-
sudo docker-compose pull
62-
sudo docker-compose up -d
60+
sudo docker-compose pull influy
61+
sudo docker-compose up -d influy
6362
"
6463
rm -f private_key.pem

0 commit comments

Comments
 (0)