Skip to content

[PR] Adding deployment guide#343

Draft
LuchoTurtle wants to merge 39 commits intomainfrom
deployment#342
Draft

[PR] Adding deployment guide#343
LuchoTurtle wants to merge 39 commits intomainfrom
deployment#342

Conversation

@LuchoTurtle
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

codecov bot commented Oct 17, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.51%. Comparing base (dd61af7) to head (2ffb242).
⚠️ 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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nelsonic
Copy link
Copy Markdown
Member

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

@LuchoTurtle
Copy link
Copy Markdown
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
Copy Markdown
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.

uses: r0adkll/upload-google-play@v1.1.2
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
Copy Markdown
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