mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-15 06:10:23 +00:00
Compare commits
No commits in common. "c7721dd927bb0fa8a18c9d0f654e56ad33a704ee" and "28a481d64ddfe9c58551539e4edac894e82c6e1e" have entirely different histories.
c7721dd927
...
28a481d64d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue