Files
christian-weimann.de/.drone.yml
Christian Weimann 1c26f9e7ba
All checks were successful
continuous-integration/drone Build is passing
first commit
2024-01-13 22:17:06 +01:00

30 lines
660 B
YAML

---
kind: pipeline
name: build
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive --remote
- name: hugo
image: hugomods/hugo:latest
pull: always
commands:
- echo "Checking Hugo version."
- hugo version
- cd /drone/src
- hugo
- ls -al /drone/src/public
- name: docker
# See docs at https://plugins.drone.io/plugins/docker
image: plugins/docker
settings:
username:
from_secret: gitea_username
password:
from_secret: gitea_password
repo: git.qx9.de/christian/christian-weimann.de
registry: git.qx9.de