Ensure /opt/services ownership on deploy
This commit is contained in:
@@ -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 ru-vps "${{ inputs.stack }}"
|
||||
|
||||
Reference in New Issue
Block a user