diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3083aad..3ddf2f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: [self-hosted, aesculapia] + runs-on: [self-hosted, temp] strategy: matrix: diff --git a/package.json b/package.json index 061b5d8..7b7d918 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -55,4 +55,4 @@ "tailwindcss": "^3.3.3", "typescript": "^5.2.2" } -} +} \ No newline at end of file