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
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:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --replace-all safe.directory /opt/services
|
git config --global --replace-all safe.directory /opt/services
|
||||||
git -C /opt/services pull origin main --ff-only
|
git -C /opt/services pull origin main --ff-only
|
||||||
chown -R ada:users /opt/services
|
chown -R 1000:100 /opt/services
|
||||||
|
|
||||||
- name: Deploy stacks
|
- name: Deploy stacks
|
||||||
run: /opt/services/scripts/deploy.sh cloud-pc "${{ inputs.stack }}"
|
run: /opt/services/scripts/deploy.sh cloud-pc "${{ inputs.stack }}"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --replace-all safe.directory /opt/services
|
git config --global --replace-all safe.directory /opt/services
|
||||||
git -C /opt/services pull origin main --ff-only
|
git -C /opt/services pull origin main --ff-only
|
||||||
chown -R ada:users /opt/services
|
chown -R 1000:100 /opt/services
|
||||||
|
|
||||||
- name: Deploy stacks
|
- name: Deploy stacks
|
||||||
run: /opt/services/scripts/deploy.sh mini-pc "${{ inputs.stack }}"
|
run: /opt/services/scripts/deploy.sh mini-pc "${{ inputs.stack }}"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --replace-all safe.directory /opt/services
|
git config --global --replace-all safe.directory /opt/services
|
||||||
git -C /opt/services pull origin main --ff-only
|
git -C /opt/services pull origin main --ff-only
|
||||||
chown -R ada:users /opt/services
|
chown -R 1000:100 /opt/services
|
||||||
|
|
||||||
- name: Deploy stacks
|
- name: Deploy stacks
|
||||||
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"
|
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --replace-all safe.directory /opt/services
|
git config --global --replace-all safe.directory /opt/services
|
||||||
git -C /opt/services pull origin main --ff-only
|
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
|
- name: Switch NixOS generation
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --replace-all safe.directory /opt/services
|
git config --global --replace-all safe.directory /opt/services
|
||||||
git -C /opt/services pull origin main --ff-only
|
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
|
- name: Switch NixOS generation
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user