Update deployment configuration to support Git LFS

This commit is contained in:
George Birikorang 2025-09-16 18:55:28 -07:00
parent bef8c25c0c
commit de2745e433

View file

@ -15,8 +15,13 @@ steps:
- name: website-data
path: /host-target
commands:
# Install git-lfs in the container
- apk add --no-cache git git-lfs
# Initialize LFS and pull LFS files
- git lfs install
- git lfs pull
# Then copy all files (including LFS files)
- cp -a . /host-target
- chmod -R 777 /host-target
volumes: