Hello!
I want to deploy my first Symfony app.
I have a VPS and I want to deploy my app with Bitbucket Pipelines on my VPS
How can I do it?
Hi,
You should check deployer, that will allow you to make a deployment pipeline with an easy connection to your server and a release log
Hi,
there are a few options here:
1. Push your build artefact to your VPS using ssh
https://www.atlassian.com/continuous-delivery/tutorials/bitbucket-pipelines
2. Use some method to make the build artefact available to your VPS and pull the deployment artefact down (eg. docker registry, bitbucket downloads API)
https://confluence.atlassian.com/bitbucket/publish-and-link-your-build-artifacts-872137736.html
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.