Update .gitea/workflows/deploy-remote.yml
Some checks failed
Build and Deploy Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-05-24 20:12:33 +00:00
parent 25fb1008d9
commit 94bd0cda31

View File

@@ -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