I am a beginner in DevOps.I created a continuous integration cycle using jenkins(docker image) and bitbucket.I used a simple spring boot hello-world project and after CI i got an executable Jar.I created a dockerfile and docker-compose for the deployment process.I tried this on my local server and it worked successfully(hello world successfully displayed on browser).Now i want to begin the continuous deployment process on remote server how can i do that ?
↧