saeloun / miru-web

Miru | Time Tracking and Invoicing and Employee Benefits. Built using Ruby On Rails and ReactJS
https://miru.so
MIT License
185 stars 73 forks source link

Fix build deployment failures on fly #1875

Closed vipulnsward closed 1 month ago

vipulnsward commented 2 months ago

https://github.com/saeloun/miru-web/actions/runs/9871694613/job/27260152767

apoorv1316 commented 2 months ago

@vipulnsward The deployment was failing because app builder needed more memory. Fly creates them while deploying the app and they are auto destroyed and free to use. I've upgraded the builder machine memory and the deployment step is passing. I've verified it by doing manual deployment from my machine and with GitHub auto deploy in this PR. https://github.com/saeloun/miru-web/actions/runs/9905084976/job/27363852209