You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: