Currently, I have to redeploy it to the workers. And I guess worker isn't using the updated code from the repo, each time it gets deployed. For example I get the error :-
GET https://cdn.jsdelivr.net/gh/overwatchsharma/goindex@2.0.8-darkmode-0.1/goindex-acrou/dist/js/chunk-0609f824.3693cd9a.js net::ERR_ABORTED 404
s.e @ app.10119232.js:1
r @ app.10119232.js:1
(anonymous) @ app.10119232.js:1
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
gt @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
l @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ app.10119232.js:1
u @ chunk-vendors.3c185c97.js:3
(anonymous) @ chunk-vendors.3c185c97.js:3
S.forEach.t.<computed> @ chunk-vendors.3c185c97.js:3
i @ chunk-vendors.3c185c97.js:1
s @ chunk-vendors.3c185c97.js:1
(anonymous) @ chunk-vendors.3c185c97.js:1
(anonymous) @ chunk-vendors.3c185c97.js:1
(anonymous) @ app.10119232.js:1
l @ vue-router.min.js:6
n @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ chunk-vendors.3c185c97.js:1
l @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
yt @ vue-router.min.js:6
Rt.confirmTransition @ vue-router.min.js:6
Rt.transitionTo @ vue-router.min.js:6
e.push @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
qt.push @ vue-router.min.js:6
s.a.push @ app.10119232.js:1
target @ chunk-6f177d7a.18d7c025.js:7
action @ chunk-6f177d7a.18d7c025.js:7
click @ chunk-6f177d7a.18d7c025.js:1
He @ vue.min.js:6
n @ vue.min.js:6
Yr.o._wrapper @ vue.min.js:6
Show 14 more frames
vue-router.min.js:6
ChunkLoadError: Loading chunk chunk-0609f824 failed.
Currently, I have to redeploy it to the workers. And I guess worker isn't using the updated code from the repo, each time it gets deployed. For example I get the error :-
Any solution for the same?