- GitHub Actions (CI/CD) が設定されているため、masterにpushすることで、自動的に公開されます。
- または、Actionsタブから
Deployment Workflow→Run Workflowを選択することで手動実行できます。
- GitHub Actions が動作しない場合の手順です。
- JNNET VPNに接続
- jnにデプロイ用ユーザーでssh (
ssh [email protected]) /srv/www/wellcompへcdgit pull origin master
- 250x334の画像を用意
assets/images/members/に入れるindex.htmlのmembers sectionを編集
- 720x480の画像を用意
assets/images/に入れるindex.htmlのprojects sectionを編集- 多言語対応するため文書は
<body>タグの下にある<script>から変更
i18nextフレームワークを使用しています