amazon web services - Deploy same code to two environments in AWS elastic beanstalk -


i have 2 environments in same elastic beanstalk application, 1 web environment , other worker environment, share same code.

now have run eb deploy web && eb deployer worker make work, takes few minutes each deployment, possible deploy code these 2 environments in 1 command?


Comments