Stremio / stremio-beamup-cli

CLI for deploying to Beam Up servers
MIT License
18 stars 1 forks source link

project not pulling latest code #5

Closed dsoh closed 1 year ago

dsoh commented 1 year ago

i am using beamup to deploy my latest code it looks successful and even shows the correct hash

6a0ae8c..059a1c4 HEAD -> master

however once the server comes up the manifest is old and still stays at 0.0.1 when its been updated to be 0.0.2.

locally when i run npm run start it seems to work fine, is there anything else that needs to be done to update and restart?

jaruba commented 1 year ago

this is due to heavy caching, it will take some time for the cache to be invalidated for the manifest file

dsoh commented 1 year ago

thank you for the information will close this