How to deploy my Symfony 4 app with Pipelines on my VPS

Денис Шестопёров
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 15, 2019

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?

2 answers

0 votes
Julien MAUCLAIR
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 28, 2024

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

0 votes
Marty
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 15, 2019

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)

eg. https://confluence.atlassian.com/bitbucket/build-and-push-a-docker-image-to-a-container-registry-884351903.html

https://confluence.atlassian.com/bitbucket/deploy-build-artifacts-to-bitbucket-downloads-872124574.html

https://confluence.atlassian.com/bitbucket/publish-and-link-your-build-artifacts-872137736.html

 

I hope that helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events