repo metadata

This commit is contained in:
Skye 2023-01-13 20:42:51 +09:00
parent 890e178828
commit fd439ee3ca
Signed by: me
GPG key ID: 0104BC05F41B77B8

View file

@ -33,11 +33,11 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'vgskye/glitchier-soc')
ENV.fetch('GITHUB_REPOSITORY', 'me/glitchier-soc')
end
def source_base_url
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}")
ENV.fetch('SOURCE_BASE_URL', "https://git.skye.vg/#{repository}")
end
# specify git tag or commit hash here