Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektiwari47 committed Dec 10, 2023
1 parent 3dbcf04 commit b5633b6
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 @@ -21,4 +21,4 @@ jobs:
chmod 600 keyfile
mkdir -p ~/.ssh
ssh-keyscan -H ec2-13-127-68-233.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
ssh -t -i keyfile -o StrictHostKeyChecking=no ec2-13-127-68-233.ap-south-1.compute.amazonaws.com "sudo bash ~/deploybidhub.sh"
ssh -i keyfile -o StrictHostKeyChecking=no ec2-13-127-68-233.ap-south-1.compute.amazonaws.com "sudo bash ~/deploybidhub.sh"

0 comments on commit b5633b6

Please sign in to comment.