Skip to content

Commit

Permalink
Better deployment + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalaldo committed Dec 12, 2024
2 parents 339ab32 + 915b71e commit eb06206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-preprod-to-azurevm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
echo "## URL address of the separately deployed AI Assistant Web Application" >> .env
echo AI_ASSISTANT_APP_URL="${{vars.PANKB_PREPROD_AI_ASSISTANT_APP_URL}}" >> .env
cat .env
docker compose up -d --build --force-recreate
docker compose down
docker compose up -d --build --force-recreate --remove-orphans
docker system prune --all --force
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
echo "## URL address of the separately deployed AI Assistant Web Application" >> .env
echo AI_ASSISTANT_APP_URL="${{vars.PANKB_PROD_AI_ASSISTANT_APP_URL}}" >> .env
cat .env
docker compose up -d --build --force-recreate
docker compose down
docker compose up -d --build --force-recreate --remove-orphans
docker system prune --all --force
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Removed djongo as a dependency
- Upgraded to django v5.1
- Used multiple gunicorn workers
- All tables can be downloaded as CSV now, including search results.

## PanKB v3.0.0 - 10.12.2024
- Improved layout/styling
Expand Down

0 comments on commit eb06206

Please sign in to comment.