Discussions
Deploy all environments in one command?
over 7 years ago by Cristina
Is it possible to deploy all environments from your config file in one command?
So to do something like:
bundle exec wagon deploy allenvs -r theme_assets -f functions.js -v
or should I need to list them like:
bundle exec wagon deploy dev live_1 live_2 -r theme_assets -f functions.js -v
Are any of those even possible?
Thank you for your answers!