Skip to content
Advertisement

How to remotely update Symfony FW applications? [closed]

I have a reseller hosting and I create hosting space for my customers. All hosting includes the same PHP applications written in Symfony FW.

Everything is good so far, but there is a point where I get stuck.

How to remotely update?
Is there a bundle or method for this action? If yes, what is it?

Advertisement

Answer

are you want to update Symfony frameworks remotely?
if you like pull-based strategy so you can create an endpoint for yourself and return versioning as a result and set a crontab inside of your hostings to call that endpoint and check if the version has been changed so run composer update Symfony/* in that directory.. or for a push-based strategy you can add endpoints in your Symfony hosting app and call it from outside.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement