Skip to content

Conversation

Copy link

Copilot AI commented Nov 2, 2025

Sets up containerized development environment and automated publishing pipeline for Qiita articles managed in this repository.

Changes

  • Docker setup: Dockerfile with Node.js 20 and auto-install dependencies; docker-compose for dev container with Qiita CLI config volume mount
  • CI/CD: GitHub Actions workflow publishes articles on push to main or manual trigger
  • Project config: package.json with @qiita/qiita-cli, qiita.config.json for preview server (port 8888)
  • Documentation: README with setup instructions and Docker usage examples

Usage

docker compose up
docker compose exec -it qiita-contents-dev bash
npx qiita preview  # Preview at localhost:8888

Articles in public/ auto-publish via GitHub Actions using QIITA_TOKEN secret.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 2, 2025
Copilot AI mentioned this pull request Nov 2, 2025
Copilot AI changed the title [WIP] Add docker settings for project configuration Add Docker development environment and CI/CD for Qiita article management Nov 2, 2025
Copilot AI requested a review from exchange-wata November 2, 2025 13:13
Copilot finished work on behalf of exchange-wata November 2, 2025 13:13
Base automatically changed from add_docker to main November 2, 2025 13:15
@exchange-wata exchange-wata deleted the copilot/sub-pr-1-yet-again branch November 5, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants