From 6e85c006a7437f88f358611362769ba1c58a7b6c Mon Sep 17 00:00:00 2001 From: las Date: Wed, 20 Sep 2023 09:12:01 +0200 Subject: [PATCH] Update to 4.1.8 --- .github/workflows/mastodon-build.yml | 2 +- README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mastodon-build.yml b/.github/workflows/mastodon-build.yml index ad066ff..b1a39c2 100644 --- a/.github/workflows/mastodon-build.yml +++ b/.github/workflows/mastodon-build.yml @@ -8,7 +8,7 @@ on: - "v*.*.*" env: - MASTODON_VERSION: 4.1.6 + MASTODON_VERSION: 4.1.8 jobs: mastodon-build: diff --git a/README.MD b/README.MD index d4189dd..4ae985d 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -This repository compiles Mastodon into a ready-to-use deb package, all using github actions. The resulting deb is automatically published as a release asset (see https://github.com/laszlovl/mastodon-build/releases) and because github itself is not accessible over ipv6, the latest version is also published to github pages (see https://laszlovl.github.io/mastodon-build/mastodon-core_4.1.6_amd64.deb). +This repository compiles Mastodon into a ready-to-use deb package, all using github actions. The resulting deb is automatically published as a release asset (see https://github.com/laszlovl/mastodon-build/releases) and because github itself is not accessible over ipv6, the latest version is also published to github pages (see https://laszlovl.github.io/mastodon-build/mastodon-core_4.1.8_amd64.deb). Installing this package will deploy Mastodon's source code and the compiled assets into `/opt/mastodon`, but it doesn't provide configuration or service definitions. For automated deployment of a full-fledged Mastodon environment, refer to https://github.com/laszlovl/mastodon-ansible-scalable.