Skip to content

Commit

Permalink
chore(cd): show port that passing through to SSH connection
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Jul 22, 2024
1 parent 68cc2cc commit 034f720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
docker rmi -f "$image_id";
done
echo "Dev port: $DEV_PORT"
docker run -d -p $DEV_PORT:8080 "myshx/muse-server:dev-$GIT_COMMIT_SHA"
deploy-staging:
Expand Down

0 comments on commit 034f720

Please sign in to comment.