Skip to content

Commit

Permalink
fix(cd): change parameters order
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Jul 21, 2024
1 parent c030484 commit 10ae6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
envs: COMMIT_SHA
script: |
export COMMIT_SHA=$COMMIT_SHA
docker stop muse-server
docker rm muse-server
docker rmi muse-server
docker run "myshx/muse-server:$COMMIT_SHA" -p 50505:8080 -d
docker run -d -p 50505:8080 "myshx/muse-server:$COMMIT_SHA"

0 comments on commit 10ae6ed

Please sign in to comment.