Skip to content

[codex] Add dev remote PC deploy workflow#305

Merged
jjoonleo merged 1 commit intodevfrom
codexd/dev-remote-pc-deploy-workflow
May 8, 2026
Merged

[codex] Add dev remote PC deploy workflow#305
jjoonleo merged 1 commit intodevfrom
codexd/dev-remote-pc-deploy-workflow

Conversation

@jjoonleo
Copy link
Copy Markdown
Contributor

@jjoonleo jjoonleo commented May 8, 2026

Summary

  • add a development deploy workflow for the remote Ubuntu/Linux PC
  • add a Docker Compose dev overlay that runs private MySQL alongside the backend
  • add a Spring dev profile and update deployment/git workflow docs

Impact

  • pushes to dev can deploy the backend to the remote PC using the development environment
  • production deploy remains unchanged in .github/workflows/deploy.yml
  • dev MySQL is managed by Compose and is not exposed publicly by default

Validation

  • docker compose -f docker-compose.yml -f docker-compose.dev.yml config
  • parsed GitHub workflow YAML with Ruby YAML loader
  • cd ontime-back && ./gradlew test currently fails on the origin/dev base with existing Flyway/H2 application-context failures unrelated to these deploy-only changes

@jjoonleo jjoonleo marked this pull request as ready for review May 8, 2026 19:22
@jjoonleo jjoonleo merged commit 66f35fd into dev May 8, 2026
1 check passed
@jjoonleo jjoonleo deleted the codexd/dev-remote-pc-deploy-workflow branch May 8, 2026 19:22
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.

1 participant