Tag: devops
All the articles with the tag "devops".
-
How to deploy a Docker hosted website using GitHub Actions
| Edited: 3 days agoA quick reminder of variables I need to configure to allow my actions to automatically SSH into my production servers, pull a docker image, and restart a container
-
How to build React Native iOS app with GitHub Actions [2023]
| Edited: 1 week agoA blog post detailing the process of building a React Native iOS app with GitHub Actions, including code setup and configuration inputs.
-
Authorizing GitHub Container Registry
| Edited: 1 week agoA blog post about resolving unauthorized errors in Docker when pulling images or logging into GitHub Packages.
-
How to build an iOS app with GitHub Actions [2023]
| Edited: 1 week agoA blog post detailing how to automate iOS app building using GitHub Actions.