added it
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s

This commit is contained in:
Your Name 2026-05-19 20:24:58 -04:00
parent 176439c1df
commit 6c7b94adce
2 changed files with 15 additions and 1 deletions

View file

@ -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"

View file

@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists