Skip to content

Commit 4be06bb

Browse files
committed
Some deployment txt updates
1 parent 65d0f99 commit 4be06bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Server deployment steps:
22
1) Adjust version number
3-
2) Use Launcher to upload new version
4-
3) Go to app engine dashboard -> versions -> activate latest
3+
2) Use gcloud app deploy to upload new version (there's a deploy.bat)
4+
3) Go to app engine dashboard -> versions -> activate latest (this is now automatic I think?)
55

66
Android deployment steps:
77
1) Update version number
88
2) Commit, test, yada yada
9-
3) Sign APK and zipalign using wizard: IDEA -> Build -> Generate signed SDK -> next next next
9+
3) Sign APK and zipalign using wizard: IDEA -> Build -> Generate signed APK -> next next next
1010
4) Test signed APK
1111
5) Create tag: git tag -a v1.2 -m "Version 1.2" ; git push --tags
1212
6) Go to https://play.google.com/apps/publish

0 commit comments

Comments
 (0)