diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index f5a1e48..8b0ad41 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -6,6 +6,7 @@ on: - docs paths: - "docs/**" + - "**.md" concurrency: group: ${{ github.ref }}-${{ github.workflow }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1810b..8ccc6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] (beta, main branch content) -- Add your updates here ! +- Use `latest` codetotal-server docker image in production docker-compose.yml +- Deploy online doc when any markdown file is updated ## [v0.1.0] - 2023-08-07 diff --git a/docker-compose.yml b/docker-compose.yml index a7b47b4..d0b6077 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -74,7 +74,7 @@ services: # CodeTotal Server code_total_server: - image: ghcr.io/oxsecurity/codetotal-server:beta + image: ghcr.io/oxsecurity/codetotal-server:latest environment: - NODE_ENV=production # MEGALINTER API