DEV Community

# ci

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Dockerizing our F# SQLProvider App

Dockerizing our F# SQLProvider App

7
Comments
6 min read
How to: "warm up" an environment using PowerShell and TeamCity

How to: "warm up" an environment using PowerShell and TeamCity

7
Comments 1
1 min read
Auto deployment to now.sh and Heroku from Github

Auto deployment to now.sh and Heroku from Github

16
Comments 1
4 min read
F# SQLProvider in GitLab Kubernetes Runners

F# SQLProvider in GitLab Kubernetes Runners

6
Comments
4 min read
How to: Call a TeamCity build from OctopusDeploy

How to: Call a TeamCity build from OctopusDeploy

7
Comments
2 min read
Continuous Integration without unit tests

Continuous Integration without unit tests

75
Comments 3
6 min read
Handle flaky tests with quarantine and Xunit.SkippableFact

Handle flaky tests with quarantine and Xunit.SkippableFact

6
Comments
3 min read
Easy CI with GitHub Actions

Easy CI with GitHub Actions

7
Comments
3 min read
E2E tests with Cypress - Beyond the Basics

E2E tests with Cypress - Beyond the Basics

30
Comments 2
5 min read
Automate Your Hugo Website Deploys

Automate Your Hugo Website Deploys

7
Comments
3 min read
Part V: Automating The Build- And Deployment-Process using GitLab CI/CD

Part V: Automating The Build- And Deployment-Process using GitLab CI/CD

9
Comments
5 min read
Speeding Up Our Unit Tests From 15min To Less Than 2min

Speeding Up Our Unit Tests From 15min To Less Than 2min

8
Comments
4 min read
A Recipe: Azure DevOps build pipeline for Angular 8+

A Recipe: Azure DevOps build pipeline for Angular 8+

6
Comments
3 min read
Use (free) Github Actions to automatically deploy your site (and do other stuff as well)

Use (free) Github Actions to automatically deploy your site (and do other stuff as well)

7
Comments
1 min read
Hobby Project: Adding CI

Hobby Project: Adding CI

5
Comments
1 min read
Managing secrets in CI/CD with AWS Secrets Manager description

Managing secrets in CI/CD with AWS Secrets Manager description

7
Comments
9 min read
Seven Commands to Bulletproof Your Symfony Application CI Build

Seven Commands to Bulletproof Your Symfony Application CI Build

6
Comments
10 min read
A Rails and PostgreSQL setup for GitHub actions (CI)

A Rails and PostgreSQL setup for GitHub actions (CI)

48
Comments 15
4 min read
A Recipe: Azure DevOps build pipeline for ASP.NET Core 3.x

A Recipe: Azure DevOps build pipeline for ASP.NET Core 3.x

8
Comments
4 min read
A successful Continuous Integration (CI) process

A successful Continuous Integration (CI) process

9
Comments 1
1 min read
Running Cypress in Gitlab CI

Running Cypress in Gitlab CI

10
Comments
3 min read
Skip CI stages in Travis based on what files changed.

Skip CI stages in Travis based on what files changed.

16
Comments 2
6 min read
Exploring Cirrus CI for Android

Exploring Cirrus CI for Android

12
Comments 2
15 min read
How to automatically deploy to GitLab pages w/ CI 🚀

How to automatically deploy to GitLab pages w/ CI 🚀

6
Comments
2 min read
Kubernetes and Free Resources

Kubernetes and Free Resources

232
Comments 4
2 min read
Using Telegram to monitor your Gitlab pipelines

Using Telegram to monitor your Gitlab pipelines

8
Comments
4 min read
Getting started with GitHub Actions - CI/CD Firebase deploy

Getting started with GitHub Actions - CI/CD Firebase deploy

31
Comments 1
2 min read
The real difference between CI and CD

The real difference between CI and CD

119
Comments 4
8 min read
Gamifying Continuous Integration

Gamifying Continuous Integration

83
Comments 15
6 min read
6 ways to speed up your CI

6 ways to speed up your CI

7
Comments
8 min read
How To Build An Angular App Once And Deploy It To Multiple Environments

How To Build An Angular App Once And Deploy It To Multiple Environments

18
Comments 3
6 min read
Running Android Instrumented Tests on CI - from Bitrise.io to GitHub Actions

Running Android Instrumented Tests on CI - from Bitrise.io to GitHub Actions

72
Comments 6
11 min read
Useful Heroku CLI commands

Useful Heroku CLI commands

10
Comments
10 min read
Running Jenkins and Persisting state locally using Docker

Running Jenkins and Persisting state locally using Docker

14
Comments
6 min read
Blog post: Getting to Know GitHub Actions with Markdownlint

Blog post: Getting to Know GitHub Actions with Markdownlint

6
Comments 2
5 min read
Version bump your Xcode project with Github's API

Version bump your Xcode project with Github's API

7
Comments
4 min read
Flutter: First steps and tips

Flutter: First steps and tips

11
Comments
5 min read
Light and Safe with git hooks and partial testing

Light and Safe with git hooks and partial testing

12
Comments
3 min read
What DevOps Engineers can learn from Extreme Programming (XP)

What DevOps Engineers can learn from Extreme Programming (XP)

18
Comments 1
3 min read
CI/CD and me

CI/CD and me

5
Comments
3 min read
Deploy nuxt.js static mit gitlab-ci

Deploy nuxt.js static mit gitlab-ci

9
Comments
3 min read
Setting up Python unittests with GitHub annotations

Setting up Python unittests with GitHub annotations

6
Comments
1 min read
Continuous Integration / Continuous Delivery

Continuous Integration / Continuous Delivery

7
Comments
5 min read
Making Jenkins Behave 2: Electric Boogaloo

Making Jenkins Behave 2: Electric Boogaloo

5
Comments
4 min read
Improving your CI pipeline for Node.js

Improving your CI pipeline for Node.js

72
Comments 5
6 min read
Make working with Git an easier commitment

Make working with Git an easier commitment

5
Comments
6 min read
Deploy to google kubernetes engine using gitlab ci

Deploy to google kubernetes engine using gitlab ci

10
Comments
1 min read
Designing Continuous Build Systems: Docker Swarm Orchestration

Designing Continuous Build Systems: Docker Swarm Orchestration

9
Comments
14 min read
React-Native: CI friendly way to make changes to third-party packages

React-Native: CI friendly way to make changes to third-party packages

6
Comments
2 min read
Testing your Elixir + Phoenix + Postgres app with Github CI

Testing your Elixir + Phoenix + Postgres app with Github CI

13
Comments
3 min read
Github Actions CI for Swift Projects

Github Actions CI for Swift Projects

9
Comments
4 min read
CI/CD: Continuous Deployment or Continuous Delivery?

CI/CD: Continuous Deployment or Continuous Delivery?

19
Comments 2
3 min read
CircleCI Test Configuration for Angular Projects

CircleCI Test Configuration for Angular Projects

25
Comments 2
4 min read
Automated umbracoSettings.config modifications

Automated umbracoSettings.config modifications

4
Comments
7 min read
5 advanced npm package.json config tips

5 advanced npm package.json config tips

84
Comments 5
3 min read
Speeding up Go Modules for Docker and CI

Speeding up Go Modules for Docker and CI

24
Comments 1
4 min read
Practical Rust Web Development - CI Travis

Practical Rust Web Development - CI Travis

16
Comments 12
2 min read
Python REST API: CI

Python REST API: CI

42
Comments 2
5 min read
Bitbucket Pipeline for PHP, MySQL & Elasticsearch

Bitbucket Pipeline for PHP, MySQL & Elasticsearch

8
Comments
3 min read
Check Branch age on a Gitlab stage to enable trunk based development and CI

Check Branch age on a Gitlab stage to enable trunk based development and CI

5
Comments
2 min read
loading...