Updated deployment target

This commit is contained in:
Brandon Rozek 2025-11-08 13:45:35 -05:00
parent 28a481d64d
commit f90a516298
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 3 additions and 3 deletions

View file

@ -54,8 +54,8 @@ jobs:
echo "${{ secrets.BUILD_SSH_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.HOST_KEY }}" > ~/.ssh/known_hosts
cat <<EOL > ~/.ssh/config
Host Rozek-Fog
Hostname 162.249.169.228
Host Rozek-Nimbus
Hostname 158.69.216.99
User build
IdentityFile ~/.ssh/id_rsa
EOL