Update deploy script

This commit is contained in:
Alexander Navarro 2023-11-25 16:06:18 -03:00
parent af9a065092
commit f34bd1c570
2 changed files with 4 additions and 7 deletions

View file

@ -22,9 +22,6 @@ steps:
build: build:
image: codeberg.org/woodpecker-plugins/node-pm image: codeberg.org/woodpecker-plugins/node-pm
settings: settings:
run: build run:
- build
publish: - publish-to-pages
image: codeberg.org/woodpecker-plugins/node-pm
settings:
run: exec gh-pages --dist dist --branch pages --dotfiles

View file

@ -6,7 +6,7 @@
"dev": "astro dev --port 3000", "dev": "astro dev --port 3000",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"deploy": "./deploy.sh", "push-to-pages": "gh-pages --dist dist --branch pages --dotfiles",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },