Prep script: zip LocalMods, autogen config, commit; CI: unzip on deploy

This commit is contained in:
2026-06-09 12:51:24 +03:00
parent b5db2a06f3
commit e65989af40
7147 changed files with 154 additions and 21412 deletions

2
.gitattributes vendored
View File

@@ -1 +1 @@
LocalMods/** filter=lfs diff=lfs merge=lfs -text
LocalMods.zip filter=lfs diff=lfs merge=lfs -text

View File

@@ -28,6 +28,14 @@ jobs:
-e "ssh -i ~/.ssh/deploy_key" \
./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:/opt/barotrauma/
- name: Unzip LocalMods on server
run: |
ssh -i ~/.ssh/deploy_key \
${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} \
"cd /opt/barotrauma && \
apt-get install -y -qq unzip 2>/dev/null; \
[ -f LocalMods.zip ] && unzip -o LocalMods.zip && rm -f LocalMods.zip && echo 'LocalMods extracted' || echo 'No LocalMods.zip'"
- name: Restart server
run: |
ssh -i ~/.ssh/deploy_key \

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
LocalMods/

3
LocalMods.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dd15e8e70921976b33e76c085c9062ac0280c939218c353f8ffa4511b5b5570
size 969188423

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More