[PR #5609] [CLOSED] [WIP] Add custom Fly.io deployment setup #108298

Closed
opened 2026-06-02 15:20:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5609
Author: @jonathangonsalves
Created: 8/22/2025
Status: Closed

Base: masterHead: custom-flyio-deployment


📝 Commits (1)

  • 361b753 Add custom Fly.io deployment setup

📊 Changes

5 files changed (+505 additions, -0 deletions)

View changed files

DEPLOYMENT.md (+212 -0)
check-updates.sh (+42 -0)
fly.toml (+55 -0)
test-local.sh (+4 -0)
update-actual.sh (+192 -0)

📄 Description

  • Add fly.toml configuration for Fly.io deployment
  • Add update-actual.sh for automated updates from GitHub releases
  • Add check-updates.sh for quick update checking
  • Add test-local.sh for local Docker testing
  • Add DEPLOYMENT.md with comprehensive documentation
  • Configure Docker layer caching for faster builds
  • Set up source-based deployment instead of pre-built images

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5609 **Author:** [@jonathangonsalves](https://github.com/jonathangonsalves) **Created:** 8/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `custom-flyio-deployment` --- ### 📝 Commits (1) - [`361b753`](https://github.com/actualbudget/actual/commit/361b7534767840c57aa2af1794677fcdb96f2e59) Add custom Fly.io deployment setup ### 📊 Changes **5 files changed** (+505 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `DEPLOYMENT.md` (+212 -0) ➕ `check-updates.sh` (+42 -0) ➕ `fly.toml` (+55 -0) ➕ `test-local.sh` (+4 -0) ➕ `update-actual.sh` (+192 -0) </details> ### 📄 Description - Add fly.toml configuration for Fly.io deployment - Add update-actual.sh for automated updates from GitHub releases - Add check-updates.sh for quick update checking - Add test-local.sh for local Docker testing - Add DEPLOYMENT.md with comprehensive documentation - Configure Docker layer caching for faster builds - Set up source-based deployment instead of pre-built images <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-02 15:20:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#108298