Update .gitea/workflows/deploy-remote.yml
Some checks failed
Build and Deploy Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Deploy Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user