edit gitea workflow
All checks were successful
Build Hugo Site / build (push) Successful in 12s

This commit is contained in:
Benjamin Hays 2024-07-01 16:25:29 -04:00
parent f51e027654
commit 9d6391fc09

View File

@ -32,4 +32,4 @@ jobs:
chmod 600 ~/.ssh/id_rsa
- name: Deploy to Server
run: |
scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r public/* bhays@10.0.1.15:/var/www/html/
scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r public/* bhays@10.0.0.20:/var/www/html/