diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5acc94a2..cdad2c55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,8 +7,8 @@ jobs: runs-on: antville environment: - name: antville.org - url: https://antville.org + name: weblogs.at + url: https://weblogs.at steps: - name: Copy files to production server diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3716dddf..b189f260 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ name: Release on: - workflow_dispatch: push: tags: - 'v*' @@ -23,15 +22,6 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDist - - uses: actions/forgejo-release@v2 - with: - direction: upload - url: https://code.host.antville.org - token: ${{ github.token }} - release-dir: build/distributions - release-notes-assistant: true - verbose: true - - name: Create release # FIXME: Currently only outputs gh command; adapt for Forgejo run: |