In the previous tutorial, we linked Bitbucket to our shared hosting (see the tutorial). But wouldn’t it be great to deploy the latest changes from Bitbucket directly, without having to access the shared hosting and run a git pull command in the terminal? Well, buckle up—we’re about to do exactly that! Stage 1: Generating the […]
To keep things simple and secure, the goal is to connect your shared hosting to a single Bitbucket repository using SSH. This setup ensures that the shared hosting server can only read from that specific repository, keeping access limited and manageable. Stage 1: Accessing the shared hosting terminal In your cPanel, go to the Terminal […]