-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR] Adding deployment guide #343
Draft
LuchoTurtle
wants to merge
39
commits into
main
Choose a base branch
from
deployment#342
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0b0b421
fix: Upgrading the `flutter-quill` dependencies and adding multidex s…
LuchoTurtle e1178fc
chore: Upgrading deps.
LuchoTurtle 757455b
chore: Add pre-requisites in deployment documentation. #342
LuchoTurtle d779502
chore: Add google play instructions.
LuchoTurtle fd3dcd7
chore: Adding app signings.
LuchoTurtle 66a1e1d
chore: Add new rest of sections in Google.
LuchoTurtle 19bce03
chore: Beginning Apple section.
LuchoTurtle 90a0803
fix: Fixing service_worker.js patch file.
LuchoTurtle a1ea765
chore: Temporarily checking if deploy works.
LuchoTurtle cf9e1f9
chore: Reverting last commit.
LuchoTurtle 81e57d5
chore: Refactoring workflows. #344
LuchoTurtle a922485
Merge branch 'fix_ci#344' into deployment#342
LuchoTurtle 73ff784
chore: Only running `deploy_web` after build succeeds.
LuchoTurtle cb079e6
chore: Starting out Android deploy.
LuchoTurtle a0200e4
chore: Creating bundle. #342
LuchoTurtle df19266
chore: Temporarily checking if android works. #342
LuchoTurtle ad96f9e
chore: Trying to fix creating keystore file. #342
LuchoTurtle 02ed0eb
chore: Trying to fix.
LuchoTurtle 85f041c
chore: Debugging info folder. #342
LuchoTurtle 2baae5d
chore: Check key properties keystore file. #342
LuchoTurtle 6d73625
chore: Checking the location of key.properties.
LuchoTurtle 3694416
chore: Checking decoded android keystore location
LuchoTurtle cd41693
fix: Hopefully fixing the signing error. #342
LuchoTurtle dc8d75a
chore: Testing if deploying works on Android. #342
LuchoTurtle ea4c710
fix: Making worflow only work on `main`.
LuchoTurtle d6e6a16
chore: Add section on pre-requisites for Android release roll out. #342
LuchoTurtle 6846822
chore: Testing if release actually works when bumping version and not…
LuchoTurtle 4d56c82
chore: Change pubspec see if it works now.
LuchoTurtle 3a26a09
Revert "chore: Testing if release actually works when bumping version…
LuchoTurtle a9533cd
chore: Add disclaimer about version code increasing.
LuchoTurtle b98ffa5
chore: Adding disclaimers and comments. #342
LuchoTurtle 11f4552
feat: Finishing Android section and changing app name to unused "org.…
LuchoTurtle ee23878
chore: Adding iOS workflow file. #342
LuchoTurtle f79dbf5
feat: Adding deployment section for iOS to guide. #342
LuchoTurtle d499d03
chore: Adding pre-requisites section. #342
LuchoTurtle 88e2686
chore: Adding section to registering app. #342
LuchoTurtle db141b8
chore: Add rest of section for Apple. #342
LuchoTurtle 58cb2bb
chore: Fixing version and deps.
LuchoTurtle 2ffb242
chore: Add comment.
LuchoTurtle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ jobs: | |
uses: r0adkll/[email protected] | ||
with: | ||
# MUST match the package name defined in `android/app/build.gradle` | ||
# Change all instances of of the package name to this one | ||
packageName: org.dwyl.app | ||
|
||
# Can be 'alpha'/'beta'/'internal'/'production'. | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. 🙏 ❤️