removed woodpecker

This commit is contained in:
Juli 2024-08-25 11:48:21 +03:00
parent 6422bcf445
commit 7302a9716f

View file

@ -1,40 +0,0 @@
steps:
build:
image: python
commands:
- ls
- git clone https://git.gay/Julimiro/pages.git mkdocs/
- pip install mkdocs-material
- python -m mkdocs build
- cd site
- git remote set-url origin https://git.gay/Julimiro/pages.git
- git config --global user.email "juli@julimiro.eu"
- git config --global user.name "Woodpecker automation"
- git add .
- git commit -m "Automatic build from woodpecker"
- git config credential.helper store
- git push --set-upstream origin main
#steps:
# build:
# - name : build
# image: python
# commands:
# - ls
# - git clone https://git.gay/Julimiro/pages.git mkdocs/
# - pip install mkdocs-material
# - python -m mkdocs build
# #- cd site
# #- git config --global user.email "juli@julimiro.eu"
# #- git config --global user.name "Woodpecker automation"
#
# #- git add .
# #- git commit -m "Automatic build from woodpecker"
# #- git push --set-upstream origin main
#
# - name: push commit
# image: appleboy/drone-git-push
# settings:
# remote_name: origin
# branch: main
# local_ref: main
# path: mkdocs/