Compare commits
3 Commits
i18n
...
bb44d6f5e6
| Author | SHA1 | Date | |
|---|---|---|---|
| bb44d6f5e6 | |||
| b214af4c93 | |||
| 0fdc4ebbb5 |
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,4 +96,5 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
base: process.env.NODE_ENV === 'production' ? '/calculator-dev/' : '/',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user