Compare commits
2 Commits
0fdc4ebbb5
...
bb44d6f5e6
| Author | SHA1 | Date | |
|---|---|---|---|
| bb44d6f5e6 | |||
| b214af4c93 |
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-and-deploy
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install & build
|
||||||
|
image: oven/bun
|
||||||
|
commands:
|
||||||
|
- bun install
|
||||||
|
- bun run build
|
||||||
@ -96,5 +96,5 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
base: 'calculator-dev',
|
base: process.env.NODE_ENV === 'production' ? '/calculator-dev/' : '/',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user