📜  heroku 多个遥控器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:51.686000             🧑  作者: Mango

代码示例1
heroku create --remote production
# Creating fierce-ice-327.... done
# http://fierce-ice-327.heroku.com/ | https://git.heroku.com/fierce-ice-327.git
# Git remote production added
git push production master