.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

@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: test-build name: build
steps: steps:
- name: hugo-extended - name: hugo-extended
@ -32,7 +32,6 @@ steps:
from_secret: hugo_passwd from_secret: hugo_passwd
script_stop: true script_stop: true
script: script:
- echo deploy from drone started
- cd ~/dtya - cd ~/dtya
- eval $(ssh-agent) - eval $(ssh-agent)
- ssh-add ~/.ssh/overlord - ssh-add ~/.ssh/overlord
@ -43,7 +42,7 @@ steps:
- success - success
depends_on: depends_on:
- test-build - build
--- ---
@ -70,7 +69,7 @@ trigger:
- failure - failure
depends_on: depends_on:
- test-build - build
steps: steps:
- name: discord - name: discord
@ -106,7 +105,7 @@ trigger:
- failure - failure
depends_on: depends_on:
- test-build - build
steps: steps:
- name: discord - name: discord

@ -37,8 +37,8 @@ enableEmoji = true
[[params.social]] [[params.social]]
name = "gitea" name = "gitea"
url = "https://git.dotya.ml/wanderer?tab=activity" url = "https://git.dotya.ml/dotya.ml"
alt = "a gitea instance" alt = "gitea profile page"
[[params.social]] [[params.social]]
name = "github" name = "github"