diff --git a/.github/workflows/restart.yml b/.github/workflows/restart.yml index e19f5f4..12adf53 100644 --- a/.github/workflows/restart.yml +++ b/.github/workflows/restart.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4 - uses: actions/setup-node@v4.1.0 with: diff --git a/railway.json b/railway.json index 166cf5c..781d0e1 100644 --- a/railway.json +++ b/railway.json @@ -5,11 +5,11 @@ "dockerfilePath": "Dockerfile" }, "deploy": { - "runtime": "LEGACY", + "runtime": "V2", "numReplicas": 1, "sleepApplication": false, "multiRegionConfig": { - "us-west1": { + "us-west2": { "numReplicas": 1 } }, @@ -19,4 +19,4 @@ "healthcheckTimeout": null, "cronSchedule": null } -} \ No newline at end of file +}