Remove Dependency Downloading
Some checks failed
Build Hugo Site / build (push) Successful in 16s
Build Hugo Site / deploy (push) Failing after 2s

This commit is contained in:
Ben Hays 2023-10-22 22:15:29 -04:00
parent 7b05d4dfee
commit 3f658a3013

View File

@ -27,7 +27,5 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Install pre-reqs
run: sudo apt update; sudo apt install -y sshpass
- name: Deploy to Server
run: sshpass -p "M0dderStella" scp -r public/* root@10.0.1.15:/var/www/html/