Skip to content

Commit

Permalink
Use latest codetotal-server docker image in production docker-compo…
Browse files Browse the repository at this point in the history
…se.yml (#39)

* Use `latest` codetotal-server docker image in production docker-compose.yml

* Deploy online doc when any markdown file is updated

---------

Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
nvuillam and megalinter-bot authored Aug 7, 2023
1 parent 93dc7a2 commit 953c698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- docs
paths:
- "docs/**"
- "**.md"

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 953c698

Please sign in to comment.