Commit 4f60c55 1 parent 4ae74d9 commit 4f60c55 Copy full SHA for 4f60c55
File tree 2 files changed +3
-2
lines changed
domain/status/src/commonMain/kotlin/net/twisterrob/travel/domain/london/status
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
0 . Check [ live] [ live ] version is operational.
4
4
1 . Ensure latest ` main ` in git clone.
5
5
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 `
7
7
1 . Verify new version is created in [ Google Cloud Console] [ versions ] .
8
8
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 ` .
10
10
1 . Clean up old versions in [ Google Cloud Console] [ versions ] .
11
11
12
12
[ live ] : https://twisterrob-london.appspot.com/
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ package net.twisterrob.travel.domain.london.status
3
3
enum class Feed {
4
4
TubeDepartureBoardsLineStatus ,
5
5
TubeDepartureBoardsLineStatusIncidents ,
6
+ TubeDepartureBoardsStationStatusIncidents ,
6
7
}
You can’t perform that action at this time.
0 commit comments