Skip to content

Commit

Permalink
changed aws dns
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektiwari47 committed Dec 15, 2023
1 parent 3512ec2 commit 8677f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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-13-127-68-233.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
ssh -i keyfile -o StrictHostKeyChecking=no ec2-13-127-68-233.ap-south-1.compute.amazonaws.com "sudo bash ~/deploybidhub.sh"
ssh-keyscan -H ec2-13-127-35-55.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
ssh -i keyfile -o StrictHostKeyChecking=no ec2-13-127-35-55.ap-south-1.compute.amazonaws.com "sudo bash ~/deploybidhub.sh"
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[redirects]]
from = "/api/*"
to = "http://ec2-13-127-68-233.ap-south-1.compute.amazonaws.com:4242/:splat"
to = "http://ec2-13-127-35-55.ap-south-1.compute.amazonaws.com:4242/:splat"
status = 200
force = true

0 comments on commit 8677f9d

Please sign in to comment.