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
|
cd /work/hosting/clio/clio-api
|
||||||
/run/current-system/sw/bin/uv sync
|
/run/current-system/sw/bin/uv sync
|
||||||
|
|
||||||
|
- name: Restart service
|
||||||
|
run: |
|
||||||
|
sudo /run/current-system/sw/bin/systemctl restart phone-recorder
|
||||||
|
|
||||||
- name: Verify deployment
|
- 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"
|
||||||
|
|
|
||||||
7
clio-android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
7
clio-android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue