Skip to content

[codex] Add dev remote PC deploy workflow#304

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

[codex] Add dev remote PC deploy workflow#304
jjoonleo merged 1 commit intomainfrom
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

  • cd ontime-back && ./gradlew test
  • docker compose -f docker-compose.yml -f docker-compose.dev.yml config
  • parsed GitHub workflow YAML with Ruby YAML loader

@jjoonleo jjoonleo marked this pull request as ready for review May 8, 2026 19:17
@jjoonleo jjoonleo merged commit 3afb97f into main May 8, 2026
1 check passed
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