I'm tired of dealing with docker issues, so I'm changing this.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f330016f15
commit
bd62c64b7a
1 changed files with 3 additions and 13 deletions
16
ci/drone.yml
16
ci/drone.yml
|
@ -6,21 +6,11 @@ clone:
|
||||||
image: plugins/git
|
image: plugins/git
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
server:
|
|
||||||
host:
|
|
||||||
from_secret: SSH_HOST
|
|
||||||
user:
|
|
||||||
from_secret: SSH_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: SSH_PASSWORD
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build dev.ad5001.eu
|
- name: Build dev.ad5001.eu
|
||||||
image: plugins/hugo
|
image: xdevbase/hugo-builder:latest
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.87.0
|
- hugo
|
||||||
validate: true
|
|
||||||
url: https://dev.ad5001.eu
|
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ main ]
|
branch: [ main ]
|
||||||
|
|
Loading…
Reference in a new issue