This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Commit 64c200a
committed
fix: allow docker/dfx/lib in deployment rsync
Changed rsync exclusion from '**/lib' to specifically exclude only
Solidity/Foundry lib directories:
- examples/**/contracts/lib
- examples/**/ethereum/lib
This allows docker/dfx/lib (shell script libraries) to be synced
to the deployment server.1 parent 99987ef commit 64c200a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments