Skip to content

Commit

Permalink
fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Egatlov committed Jul 18, 2024
1 parent 46d92c7 commit b616a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
EC2_USER: ${{ secrets.EC2_USER }}
EC2_KEY: ${{ secrets.EC2_KEY }}
run: |
ssh -i $EC2_KEY $EC2_USER@$EC2_HOST << 'EOF'
ssh -o StrictHostKeyChecking=no -i $EC2_KEY $EC2_USER@$EC2_HOST << 'EOF'
cd /home/ubuntu/ethora-docs
chmod +x deploy.sh
./deploy.sh
EOF
EOF

0 comments on commit b616a1b

Please sign in to comment.