Steps and Tasks to deploy dev tested zipline services on live vps behind cdn ? #1094
-
Now after doing above, instruction or not pretty clear on how to host these on a server behind a cdn. Where to copy the binaries from? , link to those maybe using a server like nginx or apache from vpn behind a cdn ? would appreciate any guidance / insights you guys put light to. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Things I found:
|
Beta Was this translation helpful? Give feedback.
-
We upload that production build directory to a CDN, using a git commit SHA as the directory name. We use LaunchDarkly to configure which directory client apps get code from. We have an automation in CI that coordinates signing code, uploading to CDN, creating variants in LaunchDarkly, and promoting which variants are active in staging and production. Unfortunately our tools are very custom and not open source. |
Beta Was this translation helpful? Give feedback.
We upload that production build directory to a CDN, using a git commit SHA as the directory name.
We use LaunchDarkly to configure which directory client apps get code from.
We have an automation in CI that coordinates signing code, uploading to CDN, creating variants in LaunchDarkly, and promoting which variants are active in staging and production.
Unfortunately our tools are very custom and not open source.