Skip to content

Commit

Permalink
Chore : Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouon committed Jan 1, 2024
1 parent 9b9d016 commit be48e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: ${{secrets.PORT}}
script: |
docker pull chatdiary/chatdiary-image:latest
docker stop server
docker run -d --rm --name server -p 8080:8080 growth123/test
sudo docker pull chatdiary/chatdiary-image:latest
sudo docker stop server
sudo docker run -d --rm --name server -p 8080:8080 growth123/test

0 comments on commit be48e1d

Please sign in to comment.