Update woodpecker config

This commit is contained in:
Alexander Navarro 2023-11-25 16:53:22 -03:00
parent e8f66340b3
commit 42eb15bb6e

View file

@ -6,7 +6,7 @@
"dev": "astro dev --port 3000",
"start": "astro dev",
"build": "astro build",
"push-to-pages": "gh-pages --dist dist --branch pages --dotfiles",
"push-to-pages": "gh-pages --dist dist --branch pages --dotfiles --user 'woodpecker woopecker@bot.net'",
"preview": "astro preview",
"astro": "astro"
},