ci: fix - apk add docker-cli git in runner (alpine)
All checks were successful
Deploy / deploy (push) Successful in 4m25s

This commit is contained in:
Cosmo
2026-04-22 13:36:29 +00:00
parent 1852664f6a
commit 000e25ddb1

View File

@@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: Build and deploy - name: Build and deploy
run: | run: |
apk add --no-cache git || apt-get install -y git || true apk add --no-cache docker-cli git
cd /opt/digital-home/smart-home-tablet cd /opt/digital-home/smart-home-tablet
git config --global --add safe.directory /opt/digital-home/smart-home-tablet git config --global --add safe.directory /opt/digital-home/smart-home-tablet
git pull origin main git pull origin main