6
sleek
5y

Deploying web apps is a bitch and a half. I need to learn how to dockerize my shit - spent all day trying to deploy a laravel app on a digital ocean instance and it didn’t even work. Wish my work ended after pushing to github.

Comments
  • 2
    Docker + Ansible + pipeline (bitbucket, gitlab, travis) = 😍
  • 0
    You need a CI/CD pipeline then you just need to commit your code and put your feet up.
  • 0
    I can help with that for a small fee.
  • 0
    I'd reccomend you to read this article: https://thecodingmachine.io/continu... it's pretty straight forward.

    I'd suggest for docker to start with the official tutorial. For php thecodingmachine.io provides a pretty good image (as a starting point).

    Good luck!
Add Comment