We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b784e commit 85725f2Copy full SHA for 85725f2
.github/workflows/deploy.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Pull and run Docker on EC2
77
run: |
78
- ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.EC2_PUBLIC_IP }} << 'EOF'
+ ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.EC2_IP }} << 'EOF'
79
sudo docker pull cowboysj/simter:latest
80
81
if sudo docker ps -a -q -f name=simter-container | grep -q .; then
0 commit comments