force-recreate deployment container
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 2s
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s

This commit is contained in:
2026-02-28 16:12:55 -06:00
parent e5ca5f1dc6
commit 0cc9f39416
2 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy:
runs-on: debian12
container:
image: node:current-alpine3.23
image: git.vxbard.net/homeburger/bard-cpp-builder:1.0
steps:
- name: Checkout code
@@ -32,4 +32,4 @@ jobs:
- name: Deploy container
run: |
docker compose -f docker-compose-api.prod.yaml pull agologum-api
docker compose -f docker-compose-api.prod.yaml up -d agologum-api
docker compose -f docker-compose-api.prod.yaml up -d agologum-api --force-recreate --remove-orphans