Skip to content

Commit

Permalink
changed port and server
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Mar 30, 2024
1 parent 1aff9c0 commit e72f79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest
docker stop motto || true
docker rm motto || true
docker run -d --name motto --restart=unless-stopped -p 3005:3005 ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest
docker run -d --name motto --restart=unless-stopped -p 3009:3000 ${{ secrets.DOCKERHUB_USERNAME }}/motto:latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3005",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit e72f79c

Please sign in to comment.