Skip to content

Commit 0c5c330

Browse files
authored
fix: esc deploy
1 parent f410727 commit 0c5c330

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
username: ${{ secrets.Server_UserName }}
7373
password: ${{ secrets.Server_Password }}
7474
script: |
75-
docker images;
76-
echo "-----------正在运行的服务--------";
77-
docker ps;
78-
cd /service && git reset --hard && git pull origin master;
79-
bash ./scripts/book_doc.deploy.sh jsc v${{steps.version.outputs.value}} ;
75+
docker images &&
76+
echo "-----------正在运行的服务--------" &&
77+
docker ps &&
78+
cd /service && git reset --hard && git pull origin master &&
79+
bash ./scripts/book_doc.deploy.sh jsc v${{steps.version.outputs.value}} &&

0 commit comments

Comments
 (0)