added it
This commit is contained in:
parent
176439c1df
commit
6c7b94adce
2 changed files with 15 additions and 1 deletions
|
|
@ -34,5 +34,12 @@ jobs:
|
|||
cd /work/hosting/clio/clio-api
|
||||
/run/current-system/sw/bin/uv sync
|
||||
|
||||
- name: Restart service
|
||||
run: |
|
||||
sudo /run/current-system/sw/bin/systemctl restart phone-recorder
|
||||
|
||||
- name: Verify deployment
|
||||
run: ls -la /work/hosting/clio/clio-api/
|
||||
run: |
|
||||
ls -la /work/hosting/clio/clio-api/
|
||||
sleep 2
|
||||
curl -s https://recordings.hallocks.xyz/health || echo "Health check failed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue