some fixes
This commit is contained in:
@@ -22,8 +22,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apk add --no-cache bash
|
- apk add --no-cache bash
|
||||||
- chmod +x ./bin/update
|
- 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
|
- git branch --set-upstream-to=origin/PMSManager_refactor PMSManager_refactor || true
|
||||||
- ./bin/update
|
- ./bin/update
|
||||||
|
|
||||||
@@ -39,7 +37,7 @@ steps:
|
|||||||
- web
|
- web
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache bash
|
- 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
|
- chmod +x ./bin/cli
|
||||||
- ./bin/cli migrate
|
- ./bin/cli migrate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user