Consider either upgrade or move to another PaaS. Going to move to railway. Plan: - [x] Deploy signalling server instance Railway - [x] Update code to point to new signalling server instance - [ ] Shutdown Heroku signalling server instance. Places to update in the code: - [x] The RustConfig file (used by Heroku to know which crate we want to build) https://github.com/ErnWong/dango-tribute/blob/c0fd1ee1ff332fc35705ad3fa426f8b97b14518a/RustConfig#L1 - [x] Heroku endpoint URL hardcoded to the client now needs to be updated to the Railway endpoint https://github.com/ErnWong/dango-tribute/blob/c0fd1ee1ff332fc35705ad3fa426f8b97b14518a/client/src/main.rs#L149 - [x] Heroku endpoint URL hardcoded to the server also needs to be updated to the Railway endpoint https://github.com/ErnWong/dango-tribute/blob/456307efca075886a78797d412505b2ff36d0d2c/server/src/main.rs#L88 To check: - [ ] Cross origin policies - [ ] SSL
Consider either upgrade or move to another PaaS.
Going to move to railway.
Plan:
Places to update in the code:
dango-tribute/RustConfig
Line 1 in c0fd1ee
dango-tribute/client/src/main.rs
Line 149 in c0fd1ee
dango-tribute/server/src/main.rs
Line 88 in 456307e
To check: