fix: Add zone volume permissions to deploy pipeline
This commit is contained in:
@ -155,6 +155,13 @@ jobs:
|
|||||||
|
|
||||||
echo "✅ Frontend deployed"
|
echo "✅ Frontend deployed"
|
||||||
|
|
||||||
|
- name: Fix Volume Permissions
|
||||||
|
run: |
|
||||||
|
echo "Setting zone file permissions..."
|
||||||
|
chmod -R 777 /data/pounce/zones/ 2>/dev/null || true
|
||||||
|
chown -R 1000:1000 /data/pounce/zones/ 2>/dev/null || true
|
||||||
|
echo "✅ Permissions set"
|
||||||
|
|
||||||
- name: Health Check
|
- name: Health Check
|
||||||
run: |
|
run: |
|
||||||
echo "Waiting for services to start..."
|
echo "Waiting for services to start..."
|
||||||
|
|||||||
Reference in New Issue
Block a user