Update: git to remote before pushing

This commit is contained in:
dx-tan 2024-02-19 14:27:57 +07:00
parent 0d6bcddd40
commit 12ba3111cd
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ tag=$1
echo "[INFO] Tag received from Python: $tag" echo "[INFO] Tag received from Python: $tag"
# echo "[INFO] Updating everything the remote..." echo "[INFO] Updating everything the remote..."
git submodule update --recursive --remote git submodule update --recursive --remote
echo "[INFO] Pushing AI image with tag: $tag..." echo "[INFO] Pushing AI image with tag: $tag..."

View File

@ -174,8 +174,8 @@ services:
- ./cope2n-api:/app - ./cope2n-api:/app
working_dir: /app working_dir: /app
# command: sh -c "celery -A fwd_api.celery_worker.worker worker -l INFO -c 5" command: sh -c "celery -A fwd_api.celery_worker.worker worker -l INFO -c 5"
command: bash -c "tail -f > /dev/null" # command: bash -c "tail -f > /dev/null"
# Back-end persistent # Back-end persistent
db-sbt: db-sbt: