Skip to content

Commit

Permalink
build: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Nov 23, 2023
1 parent bc2a2da commit 1941be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H "$HOST" >> ~/.ssh/known_hosts
EOF
ssh -o StrictHostKeyChecking=no $USERNAME@$HOST << EOF
NODE_VERSION=$(node -v)
MIN_VERSION="v18"
Expand Down

0 comments on commit 1941be9

Please sign in to comment.