From 94bd0cda3164c881703a3e0103b53da7dc09f8a9 Mon Sep 17 00:00:00 2001 From: deowl Date: Sun, 24 May 2026 20:12:33 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-remote.yml --- .gitea/workflows/deploy-remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-remote.yml b/.gitea/workflows/deploy-remote.yml index 709f976..db4fea4 100644 --- a/.gitea/workflows/deploy-remote.yml +++ b/.gitea/workflows/deploy-remote.yml @@ -53,7 +53,7 @@ jobs: echo "Deploying tag: $TAG" # Update .env file with the tag (if you're using env_file) - echo "IMAGE_TAG=$TAG" > .env + echo "IMAGE_TAG=$TAG" > .env.tag # Pull only the quantum-backend service (not 'app'!) docker compose pull quantum-backend