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!
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.