Update Workflow
Some checks failed
Build Hugo Site / build (push) Failing after 10s

This commit is contained in:
Benjamin Hays 2024-01-27 23:49:08 -05:00
parent 841946f9a1
commit 2d418f55e5

View File

@ -25,6 +25,6 @@ jobs:
--minify
- name: Deploy to Server
run: |
echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo "$SSH_KEY" > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa
scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r public/* bhays@10.0.1.15:/var/www/html/