From cfc17b76dd19ba50721ab51acf98b71d1bf140c5 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sat, 28 Feb 2026 16:17:53 -0600 Subject: [PATCH] remove name from up --- .gitea/workflows/deploy-api.yaml | 4 ++-- .gitea/workflows/deploy-client.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-api.yaml b/.gitea/workflows/deploy-api.yaml index 24f621b..4f1ad9d 100644 --- a/.gitea/workflows/deploy-api.yaml +++ b/.gitea/workflows/deploy-api.yaml @@ -5,7 +5,7 @@ on: push: branches: - main - - feature/ci-cd + #- feature/ci-cd jobs: build-and-deploy: @@ -34,4 +34,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 --force-recreate --remove-orphans agologum-api \ No newline at end of file + docker compose -f docker-compose-api.prod.yaml up -d --force-recreate --remove-orphans \ No newline at end of file diff --git a/.gitea/workflows/deploy-client.yaml b/.gitea/workflows/deploy-client.yaml index f1bfca6..db0a1a9 100644 --- a/.gitea/workflows/deploy-client.yaml +++ b/.gitea/workflows/deploy-client.yaml @@ -34,4 +34,4 @@ jobs: - name: Deploy run: | docker compose -f docker-compose-client.prod.yaml pull agologum-client - docker compose -f docker-compose-client.prod.yaml up -d --force-recreate --remove-orphans agologum-client + docker compose -f docker-compose-client.prod.yaml up -d --force-recreate --remove-orphans