Skip to content

Commit 32b9a2a

Browse files
committed
update: port and ci
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
1 parent d6b5ffb commit 32b9a2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci-cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
git clone https://github.com/beelchester/3D-Portfolio.git portfolio
4747
cd portfolio
4848
yarn
49-
yarn dev --host
49+
yarn build
50+
nohup yarn start &
5051

vite.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ import react from '@vitejs/plugin-react'
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
server: {
7+
port: 80,
8+
},
69
plugins: [react()],
710
})

0 commit comments

Comments
 (0)