Merge branch 'feature/pdf-recognition' into test
This commit is contained in:
15
.claude/skills/deploy/deploy_dev.sh
Executable file
15
.claude/skills/deploy/deploy_dev.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
git push origin "$BRANCH"
|
||||
|
||||
ssh ubuntu "
|
||||
cd /home/yoge/Dev/doc_ai_backed &&
|
||||
git checkout $BRANCH &&
|
||||
git pull origin $BRANCH &&
|
||||
docker compose -f docker-compose.infra.yml up -d --no-recreate || true &&
|
||||
docker compose down &&
|
||||
docker image rm doc_ai_backed-doc_ai:latest || true &&
|
||||
docker compose up -d
|
||||
"
|
||||
Reference in New Issue
Block a user