mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
Changed deployment command from `railway up` to `railway redeploy` because the Railway service is configured to use an external Docker image from GHCR, not source code deployment. The `railway up` command was attempting to build from source with Railpack, which failed since no source code was provided. The `railway redeploy` command triggers Railway to pull the latest image from ghcr.io/xevion/pac-man:latest and redeploy the service.