提交 fc691f16 编写于 作者: twelvet's avatar twelvet

优化启动

上级 392d5bb0
......@@ -33,7 +33,11 @@ jobs:
run: cd docker && chmod 751 ./deploy.sh && ./deploy.sh init
- name: Start Base
run: cd docker && ./deploy.sh base
run: |
cd docker
docker-compose up -d twelvet-mysql twelvet-redis
sleep 30
docker-compose up -d twelvet-nacos
- name: Start Server
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册