Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9409

ftp-deploy-cliでコマンドでゴリっとftpアップロードする

$
0
0

インストール

$ npm install-D ftp-deploy-cli

初期設定

接続先サーバーの情報を入力し、ftp.config.jsを生成、
必要ならそれは.gitignoreに追加する

$ npx deploy init

? Please input host: test.com
? Please input port: 21
? Please input user: username
? Please input password: password
? Please input targetDir: /htdocs
? Please input localDir: dist

設定後の内容確認はこれ

$ npx deploy config

転送実行

$ npx deploy start

参照


Viewing all articles
Browse latest Browse all 9409

Trending Articles