Skip to content

Commit

Permalink
fix: esc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Mar 2, 2023
1 parent f410727 commit 0c5c330
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-esc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
username: ${{ secrets.Server_UserName }}
password: ${{ secrets.Server_Password }}
script: |
docker images;
echo "-----------正在运行的服务--------";
docker ps;
cd /service && git reset --hard && git pull origin master;
bash ./scripts/book_doc.deploy.sh jsc v${{steps.version.outputs.value}} ;
docker images &&
echo "-----------正在运行的服务--------" &&
docker ps &&
cd /service && git reset --hard && git pull origin master &&
bash ./scripts/book_doc.deploy.sh jsc v${{steps.version.outputs.value}} &&

0 comments on commit 0c5c330

Please sign in to comment.