LoginSignup
2
1

More than 5 years have passed since last update.

Cloud9からherokuへのpushを省略してみた

Posted at

経緯

簡易的なウェブアプリを作成する中で、意外とCloud9からHerokuへのpushが面倒だったので、Cloud9のbash上から呼び出しやすい用に1行にまとめてみた。
本格的な開発をしている訳ではないので、全ファイル一括で、コミットのコメントもtestになっている等適当に設定されているためご注意を・・・。
詳しいgitコマンドは【Git】基本コマンド
Git
が分かりやすかった。

実行コマンド

git add . && git commit -m "test" && git push heroku master
2
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
2
1