code Continuous Deployment for Ghost Themes My journey to upgrading Ghost and setting up continuous deployment for a custom Ghost theme using CircleCi.
code Enforcing DBT Dependencies in Snowflake If you use dbt and Snowflake, we made a dbt package you can use to make sure that you keep your dependencies tidy and understandable.
code Codeship & Baking Arguments In Codeship, CI environment variables aren't available at container build time. Here we use build arguments to achieve the same end and bake CI variables into containers.