Commit Graph

32 Commits

Author SHA1 Message Date
Brandon 1a75d8897d Skip deploy checks for -n flag - 1.119 2023-02-04 14:16:31 -07:00
Brandon 9f7cbba80a Add -n flag to deploy.sh 2023-02-04 14:14:29 -07:00
Brandon Presley 73d9b1c617 Remove duplicate git push from deploy.sh - 1.113
We already do a git push at the end.
2023-01-05 16:43:56 +13:00
Brandon Presley 7bee8ae732 Try amending last commit for deployment script - 1.112
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:40:10 +13:00
Brandon Presley 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
Brandon Presley a772e36160 Add tests to deploy script 2023-01-01 14:32:23 +13:00
Brandon Presley 427b80cc52 Use bundle exec on fastlane 2022-11-08 16:46:19 +13:00
Brandon Presley 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
Brandon Presley 442f1a1d67 Add missing bundle install step to deployment 2022-11-07 15:59:40 +13:00
Brandon Presley 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
Brandon Presley 5fcd0e39af Use bash for deploy.sh
The rvm script requires it
2022-11-04 23:03:17 +13:00
Brandon Presley 97ade15700 Revert "Add images to fastlane supply in deploy.sh"
This reverts commit f4d70db377.
2022-11-04 23:00:24 +13:00
Brandon Presley f4d70db377 Add images to fastlane supply in deploy.sh 2022-11-04 22:52:18 +13:00
Brandon Presley 57c71a39e9 Setup fastlane 2022-11-04 20:52:31 +13:00
Brandon Presley 7760c94626 Organize deploy.sh a bit 2022-11-03 23:39:05 +13:00
Brandon Presley 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
Brandon Presley 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
Brandon Presley 294c6ee639 Send yarn lint & test to background 2022-10-30 15:43:27 +13:00
Brandon Presley 8ad6189dfc Fix colors on header bar for light theme 2022-10-30 15:42:43 +13:00
Brandon Presley 5fafc6a63a Fix plan starting 2022-10-30 14:08:41 +13:00
Brandon Presley 6e75614d10 Add basic working unit tests 2022-10-30 12:56:58 +13:00
Brandon Presley eb53d58991 Add ability to set app theme
Closes #79
2022-10-04 14:35:56 +13:00
Brandon Presley 6af167268c Remove major.minor tag from deploy.sh 2022-09-30 17:09:19 +13:00
Brandon Presley c6fe5b576a Include versionCode in tag woopsie. 2022-09-30 13:36:52 +13:00
Brandon Presley 38efd53aa7 Fix deploy.sh 2022-09-28 15:06:15 +13:00
Brandon Presley b640a8fed4 Fix deploy.sh 2022-09-27 18:20:59 +13:00
Brandon Presley 6e59a36e79 Fix deploy.sh 2022-09-27 18:20:42 +13:00
Brandon Presley a6c20d22b9 Fix deploy.sh 2022-09-27 18:18:54 +13:00
Brandon Presley 6fca6bd9e6 Fix deploy.sh 2022-09-27 18:16:51 +13:00
Brandon Presley 112c3ce71b Sync package.json version with android versionName
Related to #62
2022-09-27 18:14:33 +13:00
Brandon Presley 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
Brandon Presley 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