Use Numeric Ownership in Deploy Workflows
Deploy ru-vps / deploy (push) Successful in 23s
Deploy mini-pc / deploy (push) Failing after 34s
NixOS switch mini-pc / switch (push) Failing after 1m32s
Deploy cloud-pc / deploy (push) Failing after 4m1s
NixOS switch cloud-pc / switch (push) Failing after 1m50s

This commit is contained in:
Dmitry
2026-05-30 14:48:17 +03:00
parent 18b0242fdf
commit 7d66b0e296
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
chown -R 1000:100 /opt/services
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh cloud-pc "${{ inputs.stack }}"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
chown -R 1000:100 /opt/services
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh mini-pc "${{ inputs.stack }}"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
chown -R 1000:100 /opt/services
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
chown -R 1000:100 /opt/services
- name: Switch NixOS generation
env:
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
chown -R 1000:100 /opt/services
- name: Switch NixOS generation
env: