You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While deploying the most recent backend changes, we noticed that there was no obvious way to get updated base images on the server. We ended up bringing the Dockerfiles and other necessary files (src/base_images) onto the server via ec2-runner.yml which auto deploys the code:
We should probably bundle src/base_images into the dist folder since that folder is designed for deployment to prod. I'll make the argument that we may never end up doing this issue, but it's also a nice first issue if someone wants to get more familiar with the backend and the devops processes.
The text was updated successfully, but these errors were encountered:
While deploying the most recent backend changes, we noticed that there was no obvious way to get updated base images on the server. We ended up bringing the Dockerfiles and other necessary files (
src/base_images
) onto the server viaec2-runner.yml
which auto deploys the code:We should probably bundle
src/base_images
into the dist folder since that folder is designed for deployment to prod. I'll make the argument that we may never end up doing this issue, but it's also a nice first issue if someone wants to get more familiar with the backend and the devops processes.The text was updated successfully, but these errors were encountered: