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 […]
Description: I run my Xamarin application using the green triangle on Visual Studio 2019 and it gets greyed after the click (see figure 1), which is normal but, the debugging stops right after the application starts (see figure 2). Solution: Make sure that the developer instrumentation is enabled: Right click on your mobile application project […]