Open razbakov opened 8 years ago
first one does not work because it takes the config out of the composer.lock file, so the second one would probably be the best. I would do it analog to the redeploy command then, because we have more composer context there then in run-script I think
This is exactly what I need, too. Any progress or workaround to solve this strategy at the moment?
+1
issue push
Sadly the script also doesn't recognize --dev
so that
"magento-deploystrategy": "copy",
"magento-deploystrategy-dev": "symlink"
has no effect on redeploy. Maybe that's a different approach instead of changing the deploy strategy on the fly.
i want for all environments to have
copy
strategy and only for dev to havesymlink
. is it maybe possible to change strategy on the fly?this doesn't work for me.
or would be nice to have some command to deploy with different strategies, for example: