Compare commits
No commits in common. "156db3ee986efd324b3e50577ec9beafd1107b44" and "dd9e4733104efcaad8ac8fa8e355db175a44f991" have entirely different histories.
156db3ee98
...
dd9e473310
2 changed files with 2 additions and 12 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
||||||
runs-on: antville
|
runs-on: antville
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
name: antville.org
|
name: weblogs.at
|
||||||
url: https://antville.org
|
url: https://weblogs.at
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Copy files to production server
|
- name: Copy files to production server
|
||||||
|
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
@ -23,15 +22,6 @@ jobs:
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleDist
|
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
|
- name: Create release
|
||||||
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
# FIXME: Currently only outputs gh command; adapt for Forgejo
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue