I've an Ubuntu 16.04 (linux ) Cloud Server which is hosting my Laraval/PHP Web App. I've seen Deployment option in bitbucket and I would like to make use of it. Can anyone guide me through?
For buliding and testing your Laravel php App, we have a detailed guide here.
For deploying, check out
https://medium.com/@peter.fritchley/deploy-your-laravel-app-with-bitbucket-pipelines-6aec1b6d26a5
Note in the bitbucket-pipelines.yml file, the
deployment: <environment>
This will allow you to track your deployments. More details on this can be found here.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.