Skip to content

Commit

Permalink
Add TubeDepartureBoardsStationStatusIncidents to Feed so cron can run (
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Nov 5, 2024
1 parent 4ae74d9 commit 4f60c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
0. Check [live][live] version is operational.
1. Ensure latest `main` in git clone.
1. Change `testDeployment` to `false` in `web/status-history/build.gradle.kts`.
1. `gradlew :web:status-history:appengineDeploy`
1. `gradlew :web:status-history:appengineDeploy :web:status-history:appengineDeployCron`
1. Verify new version is created in [Google Cloud Console][versions].
1. Check [live][live] version is operational.
1. `git tag -f live` on `main` and `git push -f live`.
1. `git tag -f live` on `main` and `git push origin -f live`.
1. Clean up old versions in [Google Cloud Console][versions].

[live]: https://twisterrob-london.appspot.com/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package net.twisterrob.travel.domain.london.status
enum class Feed {
TubeDepartureBoardsLineStatus,
TubeDepartureBoardsLineStatusIncidents,
TubeDepartureBoardsStationStatusIncidents,
}

0 comments on commit 4f60c55

Please sign in to comment.