einaregilsson / beanstalk-deploy

GitHub action (and command line script) to deploy apps to Elastic Beanstalk
MIT License
624 stars 136 forks source link

support working-directory #87

Open davecarlson opened 2 years ago

davecarlson commented 2 years ago

I run this package in a mono repo.

currently I have to move the zip to the root before running the deploy step.

it would be good to support the working-directory param, to allow it to run in a specific place. currently adding it causing the yml to be invalid

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-set-the-default-shell-and-working-directory

Screenshot 2022-07-13 at 7 32 10 pm