Skip to content

Commit 4f60c55

Browse files
authoredNov 5, 2024
Add TubeDepartureBoardsStationStatusIncidents to Feed so cron can run (#301)
1 parent 4ae74d9 commit 4f60c55

File tree

2 files changed

+3
-2
lines changed
  • docs
  • domain/status/src/commonMain/kotlin/net/twisterrob/travel/domain/london/status

2 files changed

+3
-2
lines changed
 

‎docs/release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
0. Check [live][live] version is operational.
44
1. Ensure latest `main` in git clone.
55
1. Change `testDeployment` to `false` in `web/status-history/build.gradle.kts`.
6-
1. `gradlew :web:status-history:appengineDeploy`
6+
1. `gradlew :web:status-history:appengineDeploy :web:status-history:appengineDeployCron`
77
1. Verify new version is created in [Google Cloud Console][versions].
88
1. Check [live][live] version is operational.
9-
1. `git tag -f live` on `main` and `git push -f live`.
9+
1. `git tag -f live` on `main` and `git push origin -f live`.
1010
1. Clean up old versions in [Google Cloud Console][versions].
1111

1212
[live]: https://twisterrob-london.appspot.com/

‎domain/status/src/commonMain/kotlin/net/twisterrob/travel/domain/london/status/Feed.kt

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ package net.twisterrob.travel.domain.london.status
33
enum class Feed {
44
TubeDepartureBoardsLineStatus,
55
TubeDepartureBoardsLineStatusIncidents,
6+
TubeDepartureBoardsStationStatusIncidents,
67
}

0 commit comments

Comments
 (0)