Commit 250b34e
fix: pass environment variables to remote shell via env command
Fixes SSH heredoc environment variable passing in health-check.sh.
Environment variables must be set on the remote side using 'env'
command, not on the local side before SSH.
This is the same fix applied to deploy-stacks.sh, rollback-stacks.sh,
and cleanup-stack.sh in commit d14c671.
Resolves docker-piwine-office run #20544121131 failure:
'/bin/bash: line 203: local: can only be used in a function'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c948927 commit 250b34e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments