mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-08-03 23:31:59 +00:00
Push to one server only (gets distributed from there)
This commit is contained in:
parent
8166008b10
commit
83962f82db
2 changed files with 0 additions and 7 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -73,12 +73,6 @@ jobs:
|
||||||
Hostname 208.99.44.108
|
Hostname 208.99.44.108
|
||||||
User build
|
User build
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Host Rozek-Stratus
|
|
||||||
Hostname 167.253.158.160
|
|
||||||
User build
|
|
||||||
IdentityFile ~/.ssh/id_rsa
|
|
||||||
|
|
||||||
EOL
|
EOL
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: ./deploy.sh
|
run: ./deploy.sh
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Fog: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