Ryan William O'Hara
  • Home
  • Author
  • GitHub
  • GitLab
  • BitBucket
  • LinkedIn
  • Privacy Policy
  • TOS
Subscribe
Tagged

ci

A collection of 4 posts

VNC into a CircleCI 2.0 job with SSH
ci

VNC into a CircleCI 2.0 job with SSH

SSH access has a lot of uses in debugging a failing job. Here's how you can SSH into a given job to watch browser tests run in real time using VNC: ssh -p PORT ubuntu@IP_ADDRESS -L 5902:localhost:5901 # To connect via SSH sudo apt install vnc4server metacity

  • Ryan W. O'Hara
Ryan W. O'Hara May 15, 2019 • 1 min read
ci

Making The Best DeCIsions for Continuous Integration and Deployment

What's the best setup for your team's continuous integration and deployment?

  • Ryan W. O'Hara
Ryan W. O'Hara Apr 25, 2019 • 2 min read
development

Running arbitrary Python in CircleCI 2.0

In CircleCI 2.0 you can define the shell at the exector level or the individual command level. Here is how you can utilize that to run any arbitrary Python in a single run command: - run: shell: /usr/bin/python command: | import os print(os.environ)Running this will

  • Ryan W. O'Hara
Ryan W. O'Hara Apr 25, 2019 • 1 min read
Free Service Monitoring With CircleCI
linux

Free Service Monitoring With CircleCI

Free monitoring for your service! But you can't monitor the monitoring...

  • Ryan W. O'Hara
Ryan W. O'Hara Mar 26, 2019 • 1 min read
Ryan William O'Hara © 2025
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost