Skip to content

Commit f281689

Browse files
committed
Test 7
1 parent 8681ffc commit f281689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
HOST: ec2-user@${{ secrets.AWS_INSTANCE_IP }}
2929
run: |
30-
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/id_rsa ec2-user@44.205.0.116 "
30+
ssh -o StrictHostKeyChecking=accept-new ec2-user@44.205.0.116 "
3131
sudo mkdir -p /opt/albertclo.com &&
3232
sudo chown -R ec2-user:ec2-user /opt/albertclo.com &&
3333
cd /opt/albertclo.com &&

0 commit comments

Comments
 (0)