mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-11-17 19:50:25 +00:00
Updated deployment target
This commit is contained in:
parent
28a481d64d
commit
f90a516298
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-Fog
|
||||
Hostname 162.249.169.228
|
||||
Host Rozek-Nimbus
|
||||
Hostname 158.69.216.99
|
||||
User build
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
EOL
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Fog:brandonrozek/
|
||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Nimbus:brandonrozek/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue