Ensure /opt/services ownership on deploy
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Failing after 2s
Deploy ru-vps / deploy (push) Failing after 2s
NixOS switch cloud-pc / switch (push) Failing after 2s
NixOS switch mini-pc / switch (push) Failing after 2s

This commit is contained in:
Dmitry
2026-05-30 14:46:47 +03:00
parent ec79b653dc
commit 18b0242fdf
6 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ jobs:
- name: Sync repo
run: |
git config --global --replace-all safe.directory /opt/services
git -C /opt/services pull --ff-only
git -C /opt/services pull origin main --ff-only
chown -R ada:users /opt/services
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh mini-pc "${{ inputs.stack }}"