Skip to content

Commit

Permalink
Merge pull request #332 from the-hideout/workflow-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki authored Dec 22, 2024
2 parents 684933e + b949815 commit ec0db0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4

- uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dockerfilePath": "Dockerfile"
},
"deploy": {
"runtime": "LEGACY",
"runtime": "V2",
"numReplicas": 1,
"sleepApplication": false,
"multiRegionConfig": {
"us-west1": {
"us-west2": {
"numReplicas": 1
}
},
Expand All @@ -19,4 +19,4 @@
"healthcheckTimeout": null,
"cronSchedule": null
}
}
}

0 comments on commit ec0db0c

Please sign in to comment.