Commit ab8ff84
fix: Dereference symlinks in deploy tarball (-h flag)
Mix creates priv/ directories as symlinks to deps/. Without -h,
tar archives the symlink which breaks on the remote (points to
a path that doesn't exist). The -h flag follows symlinks and
archives the actual files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a2563e1 commit ab8ff84
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments