We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本番サーバ(今日3/27時点では本番も開発も分かれてませんけど……笑)へ持って行くために Self-Hosted Runner を使うのでその設定をする、試す、手順をドキュメントとして残す。
なお、「使うので」と確定事項みたいに書いたけど、やってみてダメなら別の手段も考えるかーという段階です。
The text was updated successfully, but these errors were encountered:
補足
GitHub Actions を好きなサーバで実行できる仕組みが Self-Hosted Runner です https://docs.github.com/ja/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
今回のサーバがインターネット上に公開されていないという状況に近い例として Self-Hosted Github ActionsとAnsibleで研究室のサーバーへのユーザー追加を自動化する などが参考になりました。
Sorry, something went wrong.
sudo 使えるユーザで実行するの怖かったので github というユーザを作ってそのユーザとして走らせることにした
現時点では CI を回すと dev タグのついた Docker イメージ(リリースタグじゃない!!直したい!!)が本番環境に pull されて up します
h-takeyeah
No branches or pull requests
本番サーバ(今日3/27時点では本番も開発も分かれてませんけど……笑)へ持って行くために Self-Hosted Runner を使うのでその設定をする、試す、手順をドキュメントとして残す。
なお、「使うので」と確定事項みたいに書いたけど、やってみてダメなら別の手段も考えるかーという段階です。
The text was updated successfully, but these errors were encountered: