You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
rubberduck_testdb
database on push.rubberduckdb
database manually whenever the production site is deployed.The text was updated successfully, but these errors were encountered: