Add woodpecker config
This commit is contained in:
parent
8ca3b129dc
commit
4b8e7498a2
3 changed files with 22 additions and 1 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
recursive: true
|
||||||
|
submodule_update_remote: true
|
||||||
|
submodule_override:
|
||||||
|
content: https://codeberg.org/aleidk/docs.git
|
||||||
|
|
||||||
|
steps:
|
||||||
|
publish:
|
||||||
|
image: codeberg.org/woodpecker-plugins/node-pm
|
||||||
|
commands:
|
||||||
|
- ./deploy.sh
|
||||||
|
|
@ -6,4 +6,11 @@ import react from '@astrojs/react';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [react()],
|
integrations: [react()],
|
||||||
experimental: {},
|
experimental: {},
|
||||||
|
vite: {
|
||||||
|
server: {
|
||||||
|
watch: {
|
||||||
|
ignored: ['/src/content/**'],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d81cb4b875538e54aea6be70f973442be55b0ea
|
Subproject commit 6b406948b70fa4c56333c0afc628e9b6618aacdc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue