Commit Graph

29 Commits

Author SHA1 Message Date
6c8731c17a Try amending last commit for deployment script
By including the version name in the last commit,
if that commit references an issue users now know
what version number to expect the fix in.
2023-01-05 16:35:53 +13:00
6fa2bbb506 Add versionName to commit message for deployment - 1.102
Users are seeing the version name the version code so we should
try to use it as much as possible.
2023-01-05 16:33:48 +13:00
a772e36160 Add tests to deploy script 2023-01-01 14:32:23 +13:00
427b80cc52 Use bundle exec on fastlane 2022-11-08 16:46:19 +13:00
91b8b2af13 Comment out fastlane deployments for now
Libssl 3 has broken a bunch of ruby stuff
https://github.com/postmodern/ruby-install/issues/412
2022-11-07 16:36:49 +13:00
442f1a1d67 Add missing bundle install step to deployment 2022-11-07 15:59:40 +13:00
aaca9240a2 Stop flooding logs in deploy.sh when sourcing rvm
This stuff is just because I don't want to source rvm
in my .bashrc which slows it down significantly.
I guess this stuff would not work so well on other
peoples machines, but i'll worry about that if
anyone other than myself wants to do deployments.
2022-11-05 13:01:38 +13:00
5fcd0e39af Use bash for deploy.sh
The rvm script requires it
2022-11-04 23:03:17 +13:00
97ade15700 Revert "Add images to fastlane supply in deploy.sh"
This reverts commit f4d70db377.
2022-11-04 23:00:24 +13:00
f4d70db377 Add images to fastlane supply in deploy.sh 2022-11-04 22:52:18 +13:00
57c71a39e9 Setup fastlane 2022-11-04 20:52:31 +13:00
7760c94626 Organize deploy.sh a bit 2022-11-03 23:39:05 +13:00
e48e125499 Dont send git push to background in deploy.sh
If it fails we don't want to continue the script.
2022-11-02 15:41:48 +13:00
2dfbb7224f Remove parallel logic to deploy.sh
Didn't work anyway. Don't mind waiting a bit for deploys.
2022-11-02 12:42:32 +13:00
294c6ee639 Send yarn lint & test to background 2022-10-30 15:43:27 +13:00
8ad6189dfc Fix colors on header bar for light theme 2022-10-30 15:42:43 +13:00
5fafc6a63a Fix plan starting 2022-10-30 14:08:41 +13:00
6e75614d10 Add basic working unit tests 2022-10-30 12:56:58 +13:00
eb53d58991 Add ability to set app theme
Closes #79
2022-10-04 14:35:56 +13:00
6af167268c Remove major.minor tag from deploy.sh 2022-09-30 17:09:19 +13:00
c6fe5b576a Include versionCode in tag woopsie. 2022-09-30 13:36:52 +13:00
38efd53aa7 Fix deploy.sh 2022-09-28 15:06:15 +13:00
b640a8fed4 Fix deploy.sh 2022-09-27 18:20:59 +13:00
6e59a36e79 Fix deploy.sh 2022-09-27 18:20:42 +13:00
a6c20d22b9 Fix deploy.sh 2022-09-27 18:18:54 +13:00
6fca6bd9e6 Fix deploy.sh 2022-09-27 18:16:51 +13:00
112c3ce71b Sync package.json version with android versionName
Related to #62
2022-09-27 18:14:33 +13:00
e43375ed78 Remove typescript and lint from deploy
I've put it in my git pre-commit hook instead.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
2022-09-11 15:48:11 +12:00
c978e4b7f1 Remove deploy.sh from .gitignore and add deploy.sh
Not sure why I had this ignored to begin with.
2022-09-04 17:05:44 +12:00