Deploy and build production #816
Replies: 3 comments
|
If you made not changes to your Dockerfile, and you don't mind not updating the upstream, then I guess you could build your image with just |
|
Ok thank you, will try it. |
|
I am trying to build the app-php-prod Image in my gitlab ci, push it to the registry and then pull it on several independent servers/instances ( I am running a Saas where each client gets their own server/instance with the same App/Docker image running on it). I have more than 70 Servers by now and dont think its nessesry to build the exact same Image on each server, everytime i deploy a new version. So I created a new compose file, pulling my prev. build image and running it. The certificate is: Does anyone know what I am missing? Thanks in adavance! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I deploy the code with with. For the moment, i build the image about production in gitlab-ci.yaml after the pull git.
But, it's long with about 2 minutes to progress, i tried with only the up but new files are not used.
Do you have a command for build only new files symfony?
All reactions