run update
All checks were successful
Deploy to Pi / deploy (push) Successful in 0s

This commit is contained in:
david 2025-04-03 19:05:30 -07:00
parent 7dd7a5ef8e
commit e57323aa3e

View File

@ -22,5 +22,6 @@ jobs:
- name: Start server
run: |
cd ~/personal-site
chmod +x ./start.sh
nohup ./start.sh > server.log 2>&1 &