How to deploy a Docker hosted website using GitHub Actions
A 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
Showing 1–10 of 10 posts
A 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
A blog post detailing the process of building a React Native iOS app with GitHub Actions, including code setup and configuration inputs.
A blog post about resolving unauthorized errors in Docker when pulling images or logging into GitHub Packages.
A blog post detailing how to automate iOS app building using GitHub Actions.
A summary of a blog post detailing how to export an Ad Hoc iOS IPA using Xcode and the command line, including setup steps.
The blog post discusses various methods to install Java on macOS, including downloading from java.com and using alternative installation tools like Homebrew or SDKMAN!
A blog post detailing the process of automating the build process for a React Native Android app using GitHub Actions.
Guide on setting up environment and building an Android app with K-9 Mail using Git Actions.
A summary of setting up a new Linux server on VPS providers, including creating a user with sudo access, enabling firewall settings for security.
A summary detailing the blog post content about hosting one's own git server, preferring privacy and control over using public services like GitHub or GitLab.