エクサウィザーズ Engineer Blog

株式会社エクサウィザーズのエンジニアチームブログ

DevOps

Continuous delivery of iOS using GitHub Actions + Fastlane, complete on GitHub

The Japanese version of this blog post can be found here: techblog.exawizards.com Hello, I'm Tadashi Nemoto from the Platform Engineering team(previously DevOps team). In the last article, I introduced how to improve an API / Frontend depl…

GitHub 上で完結する、GitHub Actions + Fastlane をフル活用した iOS の継続的デリバリー

Platform Engineer (旧 DevOps Engineer) の 根本 征 です。 前回は GitHub Actions + GitLab Flow を使った API / Frontend のデプロイフローの改善について紹介しました。 techblog.exawizards.com iOS の継続的デリバリーも GitHub Actions を活用して改…

Improving Continuous Delivery with GitLab Flow + GitHub Actions

The Japanese version of this blog post can be found here: techblog.exawizards.com Hello, I'm Tadashi Nemoto from the DevOps team. In this article, I will demonstrate how to improve deployment flows using GitHub Actions. Standard deployment…

GitLab Flow + GitHub Actions ではじめる、デプロイフローの改善・自動化

DevOps エンジニアの 根本 征 です。 前回のエントリーでは GitHub Actions の self-hosted runners について紹介しました。 今回はそれらを活用したデプロイフロー(主に API / Frontend)の改善について紹介したいと思います。 これまでのデプロイフローと課…