Skip to content

Instantly share code, notes, and snippets.

@HiroshiHara
Created October 24, 2020 04:58
Show Gist options
  • Save HiroshiHara/f3fe26adb494120173cc638cd6aa3839 to your computer and use it in GitHub Desktop.
Save HiroshiHara/f3fe26adb494120173cc638cd6aa3839 to your computer and use it in GitHub Desktop.
# Herokuでよく使うコマンドのメモ
# 起動中のアプリケーションのログをリアルタイムで取得
heroku logs --tail -a [アプリケーション名]
# 起動中のアプリケーションのbashを起動
heroku run bash -a [アプリケーション名]
# デプロイを中断
heroku builds:cancel -a [アプリケーション名]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment