arkus.space
  • Home
Sign in Subscribe

DevOps

A collection of 2 posts
A photo of computer screen displaying CircleCI configuration file in code editor
DevOps

Configuration tricks and snippets for CircleCI

I spent a lot of time writing CircleCI configuration files for various projects. Here's a compilation of tricks/snippets that someone else might find useful. What is CircleCI? If you found yourself on this post and have no idea what CircleCI is - don't worry! Here&
Nov 27, 2023 5 min read
Passing environmental variables through SSH
DevOps

Passing environmental variables through SSH

Problem When working with CI systems, sometimes you want to connect to a server through SSH and execute some commands. Often, you do it like this ssh user@host <<'EOL' # your commands here EOL which will send the commands until the EOL is reached. Those commands
Nov 13, 2023 4 min read
Page 1 of 1
arkus.space © 2025
  • Sign up
Powered by Ghost