Skip to content
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
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

[PR] Adding deployment guide #343

wants to merge 39 commits into from

Conversation

LuchoTurtle
Copy link
Member

closes #342

@LuchoTurtle LuchoTurtle added chore a tedious but necessary task often paying technical debt in-progress An issue or pull request that is being worked on by the assigned person documentation Improvements or additions to documentation labels Oct 17, 2023
@LuchoTurtle LuchoTurtle self-assigned this Oct 17, 2023
@LuchoTurtle
Copy link
Member Author

I'm still in the process of detailing the deployment info.
I've also made some upgrades to the dependencies, namely flutter-quill, as the dependency versioning issue has been surpassed after having merged the PRs messed up the versioning.

I've added a guide on Play Store and was starting to do the same to App Store as well. I have to wait for my Developer Account from Google to be verified. Since I'm waiting, I'm trying to work around it and write up as much as I can. I'll try to write about automatic deployment with GitHub Actions whilst I wait.

The strangest thing is happening when I try to enrol into the Apple Developer Program. Every time I click on Enroll now, the page just refreshes and nothing happens.

image

I've tried looking for answers (such as https://developer.apple.com/forums/thread/723431) but nothing has worked. Perhaps Pi-hole is messing with redirection?

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dd61af7) 93.51% compared to head (2ffb242) 93.51%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #343   +/-   ##
=======================================
  Coverage   93.51%   93.51%           
=======================================
  Files          24       24           
  Lines         447      447           
=======================================
  Hits          418      418           
  Misses         29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nelsonic
Copy link
Member

@LuchoTurtle connect directly to the MEO router if PiHole is causing you any issues. 💭

@LuchoTurtle
Copy link
Member Author

I'm almost finishing up the Android part of the guide.
Was testing with a mock test app and had a lot of setting up to do both with Google Cloud and Google Play consoles.

All of these have been documented and I've tried testing a release roll-out and it worked (see https://github.com/dwyl/app/actions/runs/6618383576/job/17977095655).

The secrets that are currently present in this repository are my own/related to my account on Google Play. It may be better for DWYL to register as an organization and invite me as a collaborator so these variables are changed accordingly.

@LuchoTurtle
Copy link
Member Author

I've finalised the Apple section and written a workflow, as well.
I'm not submitting this for review yet because I need access to Apple's developer account to check if everything works correctly and then both Apple and Google dev accounts to set the repository secrets correctly.

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. 🙏 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a tedious but necessary task often paying technical debt documentation Improvements or additions to documentation in-progress An issue or pull request that is being worked on by the assigned person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy Flutter App in iOS AppStore and Android PlayStore
2 participants