We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8681ffc commit f281689Copy full SHA for f281689
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
HOST: ec2-user@${{ secrets.AWS_INSTANCE_IP }}
29
run: |
30
- ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/id_rsa ec2-user@44.205.0.116 "
+ ssh -o StrictHostKeyChecking=accept-new ec2-user@44.205.0.116 "
31
sudo mkdir -p /opt/albertclo.com &&
32
sudo chown -R ec2-user:ec2-user /opt/albertclo.com &&
33
cd /opt/albertclo.com &&
0 commit comments