Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NuxtJS プロジェクト管理は GitHub で開発されています。以下、開発手順です。
1. 更新をローカル PC から GitHub リモート リポジトリにプッシュします。2.ホスティング サーバーにログインし、リモート リポジトリをプルして差分を取得します。3.次に、npm run build と npm run generate を実行して、プロジェクトを更新します。
リモートリポジトリから差分をダウンロードした後、npm run * を自動的に実行する方法はありますか?
GitHub Webhook を探していると思います。こちらのドキュメントを参照してください。