Push to one server only (gets distributed from there)

This commit is contained in:
Brandon Rozek 2025-03-16 13:24:08 -04:00
parent 8166008b10
commit 83962f82db
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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/