some fixes

This commit is contained in:
2024-12-28 13:29:03 +09:00
parent 98c6554b17
commit 72480b58f1

View File

@@ -22,8 +22,6 @@ steps:
commands:
- apk add --no-cache bash
- chmod +x ./bin/update
- docker-compose up -d
- until nc -z web 8000; do echo "Waiting for web to be ready..."; sleep 5; done
- git branch --set-upstream-to=origin/PMSManager_refactor PMSManager_refactor || true
- ./bin/update
@@ -39,7 +37,7 @@ steps:
- web
commands:
- apk add --no-cache bash
- until nc -z web 8000; do echo "Waiting for web to be ready..."; sleep 5; done
- until nc -z 127.0.0.1 8000; do echo "Waiting for web to be ready..."; sleep 5; done
- chmod +x ./bin/cli
- ./bin/cli migrate