エクサウィザーズ Engineer Blog

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

2021-01-01から1ヶ月間の記事一覧

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)の改善について紹介したいと思います。 これまでのデプロイフローと課…