I know there are many topics about deploy, but I'm a little confused. I have a VPS and there is my PHP Script. I'm interessted to know, can I setup with bitbucket to make everytime auto-deploy if I push something into master branch? I want to avoid docker and other plugins, wish to have only my app and bitbucket repository... is this recommended?
Hi Linda,
Absolutely there is a way to do this!
Are you talking about CI (Continous Integration), right?
If you want to build and test your code. I recommend you to take a look at the possibility to use the Bitbucket Cloud with Pipeline feature.
https://confluence.atlassian.com/bitbucket/php-with-bitbucket-pipelines-873907835.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.