【发布时间】:2018-12-07 20:54:05
【问题描述】:
我按照他们的tutorial 使用 Cloud SQL for MySQL 使用 Google App Engine 部署了一个 Rails 5 应用程序。
当我运行数据库迁移时,
bundle exec rake appengine:exec -- bundle exec rake db:migrate
我收到弃用警告:
WARNING: This command is deprecated and will be removed on or after 2018-10-31. Please use `gcloud builds submit` instead.
在我着手解决这个问题之前,有没有其他人将他们的 Rails 应用程序转换为使用 gcloud builds 来执行这样的 rake 任务?介意分享要点吗?谢谢!
【问题讨论】:
标签: google-app-engine google-cloud-platform ruby-on-rails-5