Skip to content

Commit 85725f2

Browse files
committed
cicd : git actions 수정
1 parent 95b784e commit 85725f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Pull and run Docker on EC2
7777
run: |
78-
ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.EC2_PUBLIC_IP }} << 'EOF'
78+
ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.EC2_IP }} << 'EOF'
7979
sudo docker pull cowboysj/simter:latest
8080
8181
if sudo docker ps -a -q -f name=simter-container | grep -q .; then

0 commit comments

Comments
 (0)