first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-01-13 22:17:06 +01:00
commit 1c26f9e7ba
8 changed files with 90 additions and 0 deletions

30
.drone.yml Normal file
View File

@@ -0,0 +1,30 @@
---
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