fix deploy

This commit is contained in:
Josh-Heaps
2026-06-13 20:13:54 -06:00
parent 9da7b1986b
commit b99525ae51
+6
View File
@@ -54,6 +54,12 @@ jobs:
name: site-publish name: site-publish
path: publish path: publish
# GitHub artifacts don't preserve the Unix executable bit, so Stockfish (the only file
# the app spawns as a subprocess) arrives non-executable. Restore 755 here; rsync -a then
# carries it to the server, where the service user can run it regardless of file owner.
- name: Restore Stockfish executable bit
run: chmod 755 publish/Resources/stockfish-ubuntu-x86-64-sse41-popcnt
- name: Prepare SSH - name: Prepare SSH
run: | run: |
install -m 700 -d ~/.ssh install -m 700 -d ~/.ssh