Tag: CI

Advaced GitLab Pipelines

Written by Dominik Pantůček on 2025-10-23

CIracketscribblejavascript

Sometimes you need to build multiple interdependent artifacts in your CI/CD pipelines. And sometimes you can setup your workflow in a non-blocking way for many of these. Read on to see what we are using in our GitLab instance.

...
...

Using Gitlab CI for website deployment

Written by Dominik Joe Pantůček on 2019-11-14

CIweb

Modern websites typically include both static and dynamic content. Something is pre-defined, something is generated using data gathered elsewhere and HTML templates. And when a single website has different means of producing the final pages from other content, it may be tricky to keep everything in order. Read on to see how we at Trustica use Gitlab CI to aid us with deploying Cryptoucan™ product website!

...