Compare commits

..

No commits in common. "c7721dd927bb0fa8a18c9d0f654e56ad33a704ee" and "28a481d64ddfe9c58551539e4edac894e82c6e1e" have entirely different histories.

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-Nimbus
Hostname 158.69.216.99
Host Rozek-Fog
Hostname 162.249.169.228
User build
IdentityFile ~/.ssh/id_rsa
EOL

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Nimbus:brandonrozek/
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Fog:brandonrozek/