Skip to content

Commit

Permalink
added ec2 string
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektiwari47 committed Dec 9, 2023
1 parent 838e72d commit 75b4e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
echo "$SSH_PRIVATE_KEY" > keyfile
chmod 600 keyfile
mkdir -p ~/.ssh
ssh-keyscan -H ec2-15-206-194-131.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
ssh-keyscan -H ec2-3-108-55-189.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
ssh -t -i keyfile -o StrictHostKeyChecking=no ec2-3-108-55-189.ap-south-1.compute.amazonaws.com "sudo bash ~/deploybidhub.sh"

0 comments on commit 75b4e0b

Please sign in to comment.