.drone.yml and config.toml updates
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:
surtur 2020-04-10 16:56:36 +02:00
parent 96af928552
commit a4bf0e6c04
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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"