fix: resolve heredoc parsing error in deploy-oci #7

Merged
fam merged 1 commits from fix/deploy-oci-dockerfile into master 2026-04-09 20:32:24 +00:00

1 Commits

Author SHA1 Message Date
47aade71cf fix: resolve heredoc parsing error in deploy-oci Makefile target
Extract inline Dockerfile to Dockerfile.oci and scp it instead of
generating it via heredoc over SSH. Make's line-continuation backslash
was causing the heredoc delimiter to be parsed as 'DEOFnFROM' by the
remote shell, breaking the image build step.
2026-04-07 10:54:22 +01:00