1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PhpStormでGitをCloneして、SFTPアップロードできるようにする手順

Posted at

実施環境

PhpStorm 11.0.3

Git のリポジトリを clone する

スクリーンショット 2019-11-05 10.29.28.png

基本設定

  • メニューバー PhpStorm > 環境設定.... > デプロイ > + でサーバーを登録する
    スクリーンショット 2019-11-05 10.34.42.png

スクリーンショット 2019-11-05 11.08.41.png

  • デプロイ > オプションから自動アップロードを「常時」に変更し、適用させる

スクリーンショット 2019-11-05 11.08.48.png

  • 以上の設定で、ファイルが変更される度に常時サーバーと連携されるようになる

常時デプロイ以外の方法

  • ファイルを右クリックして、デプロイを選択
  • 現在の連携状態を確認する場合、PHPStorm ツール > デプロイ > リモート・ホストの参照 から確認できる
    スクリーンショット 2019-11-11 13.48.38.png

参考
https://qiita.com/J_Sugar__/items/fbce8a9b15bc74f3ce0c

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?