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
現状は以下のような懸念点がある
そこで、 github actions を用いて自動デプロイの仕組みを作りたい
github acitons が用意されているので多分簡単にできる
https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
以下のどちらかによせればよさそう
master への push をtriggerに、デプロイがmasterと同期される。
v0.1.2 みたいな release tag を repository トップの右側のメニューから作成したタイミングでデプロイされる
The text was updated successfully, but these errors were encountered:
とりあえずは「master ブランチが最新デプロイである」にしましょう。現状バックエンドにはタグを付けていないはずで、タグはフロントエンドだけにあります
Sorry, something went wrong.
sozysozbot
No branches or pull requests
概要
現状は以下のような懸念点がある
そこで、 github actions を用いて自動デプロイの仕組みを作りたい
大変さ
github acitons が用意されているので多分簡単にできる
https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
方法の議論
以下のどちらかによせればよさそう
案1: master ブランチが最新デプロイである
master への push をtriggerに、デプロイがmasterと同期される。
案2: tag release のタイミングでデプロイされる
v0.1.2 みたいな release tag を repository トップの右側のメニューから作成したタイミングでデプロイされる
The text was updated successfully, but these errors were encountered: