Skip to content

Commit

Permalink
Update CD-MAIN.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 authored Aug 10, 2024
1 parent 839bc88 commit 18e0cc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CD-MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
username: ${{ secrets.RELEASE_SERVER_USER }}
key: ${{ secrets.RELEASE_SERVER_KEY }}
script: |
docker rm -f neighbor
docker image pull sss4920/neighbor
docker run -d --name neighbor-8080 -p 8080:8080 sss4920/neighbor

docker rm -f neighbor
docker image pull sss4920/neighbor
docker run -d --name neighbor-8080 -p 8080:8080 sss4920/neighbor

0 comments on commit 18e0cc4

Please sign in to comment.