diff --git a/.drone.yml b/.drone.yml index d39e417..c7a3199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/config.toml b/config.toml index 186f1c9..0540a97 100644 --- a/config.toml +++ b/config.toml @@ -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"