I'm tired of dealing with docker issues, so I'm changing this.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2021-08-08 23:49:40 +02:00
parent f330016f15
commit bd62c64b7a
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -6,21 +6,11 @@ clone:
image: plugins/git
recursive: true
server:
host:
from_secret: SSH_HOST
user:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD
steps:
- name: Build dev.ad5001.eu
image: plugins/hugo
settings:
hugo_version: 0.87.0
validate: true
url: https://dev.ad5001.eu
image: xdevbase/hugo-builder:latest
commands:
- hugo
when:
event: [ push, tag ]
branch: [ main ]