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

CI/CD for the MSSQL database #16

Open
3 tasks
retailcoder opened this issue Feb 3, 2025 · 1 comment
Open
3 tasks

CI/CD for the MSSQL database #16

retailcoder opened this issue Feb 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@retailcoder
Copy link
Member

retailcoder commented Feb 3, 2025

  • CI uses MSBuild on Windows to build the database project on push, using a standard GitHub-hosted runner; uploads the build asset.
  • CD (test) downloads the asset and runs it on the self-hosted GitHub runner to deploy the rubberduck_testdb database on push.
  • CD (prod) downloads the asset and runs it on the self-hosted GitHub runner to deploy the rubberduckdb database manually whenever the production site is deployed.
@retailcoder retailcoder added the enhancement New feature or request label Feb 3, 2025
@retailcoder retailcoder moved this to Backlog in WebsiteBoard Feb 3, 2025
@retailcoder retailcoder moved this from Backlog to Ready in WebsiteBoard Feb 4, 2025
@Vogel612
Copy link
Member

Vogel612 commented Feb 4, 2025

There is a community-provided SDK providing a large part of the sqlproj functionality exposing it to build processes using dotnet-cli: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

2 participants