Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to upload multiple files on Elastic beanstalk using Travis CI #1255

Open
ankitsharmaa049 opened this issue May 27, 2022 · 0 comments

Comments

@ankitsharmaa049
Copy link

I am trying to upload jar file along with docker file into Elastic beanstalk using travis CI. I tried below snippet but it is deploying only first file

zip_file:
- Dockerfile
- docker-compose.yml
- target/app.jar

Is it possible to specify multiple files using "zip_file" tag in .travis.yml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant