.drone.yml and config.toml updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* renamed test-build pipeline to build * removed redundant echo from the deploy pipeline * link to gitea on the homepage now points to the org site * updated wording of an alt text
This commit is contained in:
parent
96af928552
commit
a4bf0e6c04
@ -1,7 +1,7 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test-build
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: hugo-extended
|
||||
@ -32,7 +32,6 @@ steps:
|
||||
from_secret: hugo_passwd
|
||||
script_stop: true
|
||||
script:
|
||||
- echo deploy from drone started
|
||||
- cd ~/dtya
|
||||
- eval $(ssh-agent)
|
||||
- ssh-add ~/.ssh/overlord
|
||||
@ -43,7 +42,7 @@ steps:
|
||||
- success
|
||||
|
||||
depends_on:
|
||||
- test-build
|
||||
- build
|
||||
|
||||
|
||||
---
|
||||
@ -70,7 +69,7 @@ trigger:
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- test-build
|
||||
- build
|
||||
|
||||
steps:
|
||||
- name: discord
|
||||
@ -106,7 +105,7 @@ trigger:
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- test-build
|
||||
- build
|
||||
|
||||
steps:
|
||||
- name: discord
|
||||
|
@ -37,8 +37,8 @@ enableEmoji = true
|
||||
|
||||
[[params.social]]
|
||||
name = "gitea"
|
||||
url = "https://git.dotya.ml/wanderer?tab=activity"
|
||||
alt = "a gitea instance"
|
||||
url = "https://git.dotya.ml/dotya.ml"
|
||||
alt = "gitea profile page"
|
||||
|
||||
[[params.social]]
|
||||
name = "github"
|
||||
|
Loading…
Reference in New Issue
Block a user