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

feat(ui): add preview deployment workflow with Coolify #326

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Nov 7, 2024

  1. feat(ui): add preview deployment workflow with Coolify

    Add Docker and GitHub Actions configuration for PR preview deployments:
    - Create Dockerfile for building and serving the UI
    - Add GitHub Actions workflow for building and deploying to Coolify
    - Configure nginx for client-side routing
    drichar committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    20f5d14 View commit details
    Browse the repository at this point in the history
  2. refactor(ui): switch preview deployment from ghcr to Docker Hub

    Replace GitHub Container Registry configuration with Docker Hub:
    - Remove ghcr.io registry and image name env vars
    - Update login action to use Docker Hub credentials
    - Simplify image tag format for preview deployments
    drichar committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8bfc3f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix(ui): add pnpm workspace config to docker build

    Copy `pnpm-workspace.yaml` to ensure monorepo dependencies are installed correctly during container build
    drichar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    536d1f5 View commit details
    Browse the repository at this point in the history
  2. fix(ui): correct docker image tag format for preview deployments

    Update image tag to match existing Docker Hub repository pattern:
    - Use `algorandfoundation/reti` repository
    - Add `ui-pr-` prefix for UI preview builds
    drichar committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4edd55b View commit details
    Browse the repository at this point in the history