mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-07-31 14:12:01 +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
|
||||
User build
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host Rozek-Stratus
|
||||
Hostname 167.253.158.160
|
||||
User build
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
EOL
|
||||
- name: Deploy
|
||||
run: ./deploy.sh
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
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