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

chore(repo): Enhance Server & App Deployment #143

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

DenuxPlays
Copy link
Contributor

@DenuxPlays DenuxPlays commented Apr 16, 2024

Closes: #138

This PR aims to add/rework/enhance release workflows for both our frontend and backend.

Deployment Targets (Frontend/App)

  • GitHub Releases
    • Android (.apk)
    • iOS & iPad OS (.ipa)
  • App Store Connect
  • (AltStore & AltStore PAL)

Note

Since we're both mainly using an iPhone, we'll prioritize bringing the frontend to the Apple AppStore (for now via Testflight) first.
We'll focus on Android deployment (Google PlayStore and maybe other app marketplaces) later on
(The .apk can simply be downloaded from the releases section though)

Deployment Targets (Backend/Server)

  • deploy nightly docker images (github registry)
  • publish binaries and apps via github release

@DenuxPlays DenuxPlays self-assigned this Apr 16, 2024
@DenuxPlays DenuxPlays marked this pull request as ready for review April 17, 2024 08:06
@DenuxPlays DenuxPlays marked this pull request as draft April 17, 2024 08:06
@jasonlessenich jasonlessenich changed the title chore(repo): Enhanced deployment chore(repo): Enhance Server & App Deployment May 2, 2024
@DenuxPlays
Copy link
Contributor Author

We can use cargo-audit workflow again:
actions-rust-lang/audit#71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(repo): enhanced deployments
2 participants