LoginSignup
1
1

More than 3 years have passed since last update.

herokuのアプリを移行する方法

Posted at

概要

herokuで作成したアプリケーションを他のアカウントに移動させる方法です。

基本は以下の方法で移せます。

heroku apps:transfer <移行先アカウント> --app <移行したいアプリ>

Personalのアプリをteamsへ

heroku apps:transfer <チーム名> --app <移行したいアプリ>

teamsのアプリをPersonalへ

heroku apps:transfer <herokuの登録メールアドレス> --app <移行したいアプリ>

以上です。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1