mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 06:53:44 +00:00
Update deployment configuration to support Git LFS
This commit is contained in:
parent
bef8c25c0c
commit
de2745e433
1 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue