You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might an harder problem to tackle but forge-deploy doesn't play well if you have files inside broadcasts/ that were deployed without forge-deploy, using barebone forge scripts.
Also, If I delete a deployment file so that it is forced re-deployed, forge-deploy sync is going to add back some of the old deployment back (if I didn't redeployed them yet).
Anyway, lots of small issues that prevents a fire-and-forget-about-it deploying experience.
My workaround for now is to rm -rf broadcast/ folder after every forge-deploy sync.
The text was updated successfully, but these errors were encountered:
It might an harder problem to tackle but forge-deploy doesn't play well if you have files inside broadcasts/ that were deployed without forge-deploy, using barebone forge scripts.
Also, If I delete a deployment file so that it is forced re-deployed, forge-deploy sync is going to add back some of the old deployment back (if I didn't redeployed them yet).
Anyway, lots of small issues that prevents a fire-and-forget-about-it deploying experience.
My workaround for now is to
rm -rf broadcast/
folder after every forge-deploy sync.The text was updated successfully, but these errors were encountered: