Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Sep 20, 2023
1 parent 35fe142 commit 59e3d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:

runs-on: [self-hosted, aesculapia]
runs-on: [self-hosted, temp]

strategy:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "module",
"private": true,
"scripts": {
"dev": "next dev -p 3000 -H 127.0.0.1",
"dev": "next dev -p 3008 -H 127.0.0.1",
"build": "next build",
"start": "next start -p 3000 -H 127.0.0.1",
"start": "next start -p 3008 -H 127.0.0.1",
"lint": "next lint"
},
"dependencies": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 59e3d71

Please sign in to comment.