Skip to content

Commit

Permalink
chore(dev): do not use DNS for host
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 29, 2024
1 parent b49a33e commit 8d6bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.DEPLOY_SERVER_SSH_PRIVATE_KEY }}
ssh-host: kiryuxa.com
ssh-host: 88.201.171.120
ssh-port: 22
- name: Deploy at home lab
run: echo "$(pwd)" && ./tools/scripts/deploy.sh dev
Expand Down

0 comments on commit 8d6bf8a

Please sign in to comment.