mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-08-02 07:02:01 +00:00
Switched NY server
This commit is contained in:
parent
a72d1fa297
commit
f7759b63c9
2 changed files with 4 additions and 3 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -69,8 +69,8 @@ jobs:
|
|||
echo "${{ secrets.BUILD_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||
echo "${{ secrets.HOST_KEY }}" > ~/.ssh/known_hosts
|
||||
cat <<EOL > ~/.ssh/config
|
||||
Host Rozek-Cloud
|
||||
Hostname 173.255.230.230
|
||||
Host Rozek-Fog
|
||||
Hostname 208.99.44.108
|
||||
User build
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Cloud:brandonrozek/
|
||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Fog:brandonrozek/
|
||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Stratus:brandonrozek/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue