upcate ci
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
Adora Laura Kalb 2023-12-18 19:02:45 +01:00
parent 9b71bc16ad
commit cb4301a04b
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@
*.vsix *.vsix
.hugo_build.lock .hugo_build.lock
public/

View file

@ -12,9 +12,9 @@
# #
# Exclude page pipeline to be run on "pages" branch # Exclude page pipeline to be run on "pages" branch
when: #when:
branch: # branch:
exclude: pages # exclude: pages
# Recursive cloning is used to fully clone the themes given as Git submodules # Recursive cloning is used to fully clone the themes given as Git submodules
clone: clone:
@ -45,4 +45,5 @@ steps:
- NETLIFY_SITE_ID - NETLIFY_SITE_ID
commands: commands:
- npm install netlify-cli -g - npm install netlify-cli -g
- netlify deploy --prod --dir ./public - cd public
- netlify deploy --prod