Due to our problems with AWS Elastic Beanstalk, reported here, we created a new Docker image for maintenance page. This is very basic maintenance page that can be useful if you just need to replace your docker container with anything else, to force an undeploy in AWS Elastic Beanstalk for example (there is no button … Continue reading New Docker Image: maintenance
Month: June 2018
A brief story of Docker deployment at AWS
We are creating a new product and it's strategic for us to deploy it using Docker. The first option was to use AWS Elastic Beanstalk, choosing the option to deploy dockers. The deploy works perfectly. The problem is the re-deploy. We don't know the root cause but sometimes when we re-deploy a container we get … Continue reading A brief story of Docker deployment at AWS
Tip #019: Easy way to reuse code in Gradle
In this tutorial, we will show how to reuse code in Gradle, using a class that is available only for the Gradle files. Please take a look at the source code and explanations here: https://github.com/topera/gradle-reusing-code Enjoy!
Continuous Deployment with Travis and AWS Elastic Beanstalk
Our problem We, at TeraHorse, are willing to have full CI/CD environment and we started with our next product, the Fobit Game. To finish the Continuous Deployment implementation we need to tell Travis-CI to deploy our game at AWS Elastic Beanstalk. This can be done in at least 2 ways: Gradle or using the Travis-CI Elastic Beanstalk … Continue reading Continuous Deployment with Travis and AWS Elastic Beanstalk