chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-05 15:51:08 +13:00
parent ce9e9b7c72
commit 74ce27081c
5 changed files with 19 additions and 19 deletions

View file

@ -49,7 +49,7 @@ steps:
- .rebar3 - .rebar3
- name: install dependencies - name: install dependencies
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
pull: "always" pull: "always"
environment: environment:
MIX_ENV: test MIX_ENV: test
@ -122,7 +122,7 @@ steps:
- .rebar3 - .rebar3
- name: mix compile - name: mix compile
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -135,7 +135,7 @@ steps:
- asdf mix compile --warnings-as-errors - asdf mix compile --warnings-as-errors
- name: mix test - name: mix test
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -148,7 +148,7 @@ steps:
- asdf mix test - asdf mix test
- name: mix credo - name: mix credo
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -161,7 +161,7 @@ steps:
- asdf mix credo --strict - asdf mix credo --strict
- name: mix dialyzer - name: mix dialyzer
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -174,7 +174,7 @@ steps:
- asdf mix dialyzer - asdf mix dialyzer
- name: mix hex.audit - name: mix hex.audit
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -187,7 +187,7 @@ steps:
- asdf mix hex.audit - asdf mix hex.audit
- name: mix format - name: mix format
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -200,7 +200,7 @@ steps:
- asdf mix format --check-formatted - asdf mix format --check-formatted
- name: mix deps.unlock - name: mix deps.unlock
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -213,7 +213,7 @@ steps:
- asdf mix deps.unlock --check-unused - asdf mix deps.unlock --check-unused
- name: mix doctor - name: mix doctor
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -226,7 +226,7 @@ steps:
- asdf mix doctor --full - asdf mix doctor --full
- name: mix git_ops.check_message - name: mix git_ops.check_message
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
environment: environment:
MIX_ENV: test MIX_ENV: test
HEX_HOME: /drone/src/.hex HEX_HOME: /drone/src/.hex
@ -240,7 +240,7 @@ steps:
- asdf mix git_ops.check_message .last_commit_message - asdf mix git_ops.check_message .last_commit_message
- name: mix git_ops.release - name: mix git_ops.release
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
when: when:
branch: branch:
- main - main
@ -281,7 +281,7 @@ steps:
- fi - fi
- name: build artifacts - name: build artifacts
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
when: when:
event: event:
- tag - tag
@ -329,7 +329,7 @@ steps:
settings: settings:
api_key: api_key:
from_secret: DRONE_TOKEN from_secret: DRONE_TOKEN
base_url: https://code.harton.nz base_url: https://harton.dev
files: artifacts/*.tar.gz files: artifacts/*.tar.gz
checksum: sha256 checksum: sha256
title: tag_subject title: tag_subject
@ -360,7 +360,7 @@ steps:
- mc mirror --overwrite doc/ store/docs.harton.nz/$${DRONE_REPO} - mc mirror --overwrite doc/ store/docs.harton.nz/$${DRONE_REPO}
- name: hex release - name: hex release
image: code.harton.nz/james/asdf_container:latest image: harton.dev/james/asdf_container:latest
when: when:
event: event:
- tag - tag

View file

@ -5,10 +5,10 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v3.0.0](https://code.harton.nz/james/heap/compare/v2.0.2...v3.0.0) (2023-01-16) ## [v3.0.0](https://harton.dev/james/heap/compare/v2.0.2...v3.0.0) (2023-01-16)
### Breaking Changes: ### Breaking Changes:
- Relicense to HL3-FULL. - Relicense to HL3-FULL.
## [v2.0.2](https://code.harton.nz/james/heap/compare/v2.0.2...v2.0.2) (2020-12-28) ## [v2.0.2](https://harton.dev/james/heap/compare/v2.0.2...v2.0.2) (2020-12-28)

View file

@ -92,7 +92,7 @@ Full API documentation is available on (hexdocs.pm)[https://hexdocs.pm/heap]
## Contributing ## Contributing
1. Fork it ( https://code.harton.nz/repo/fork/50 ) 1. Fork it ( https://harton.dev/repo/fork/50 )
2. Create your feature branch (`git checkout -b my-new-feature`) 2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`) 3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`) 4. Push to the branch (`git push origin my-new-feature`)

View file

@ -3,7 +3,7 @@ import Config
config :git_ops, config :git_ops,
mix_project: Mix.Project.get!(), mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md", changelog_file: "CHANGELOG.md",
repository_url: "https://code.harton.nz/james/heap", repository_url: "https://harton.dev/james/heap",
manage_mix_version?: true, manage_mix_version?: true,
manage_readme_version: "README.md", manage_readme_version: "README.md",
version_tag_prefix: "v" version_tag_prefix: "v"

View file

@ -32,7 +32,7 @@ defmodule Heap.Mixfile do
maintainers: ["James Harton <james@harton.nz>"], maintainers: ["James Harton <james@harton.nz>"],
licenses: ["HL3-FULL"], licenses: ["HL3-FULL"],
links: %{ links: %{
"Repository" => "https://code.harton.nz/james/heap", "Repository" => "https://harton.dev/james/heap",
"Docs" => "https://hexdocs.pm/heap" "Docs" => "https://hexdocs.pm/heap"
} }
] ]