forked from abner/for-legacy-web
Test readme changes. #4
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -2,11 +2,9 @@ name: Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# TODO: Bring back branch filter once gitea is updated past 1.21
|
||||||
- handmade
|
# branches:
|
||||||
tags:
|
# - handmade
|
||||||
- "*"
|
|
||||||
# TODO: Bring back once gitea is updated past 1.21
|
|
||||||
# paths-ignore:
|
# paths-ignore:
|
||||||
# - ".github/**"
|
# - ".github/**"
|
||||||
# - "!.github/workflows/docker.yml"
|
# - "!.github/workflows/docker.yml"
|
||||||
@@ -35,6 +33,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# NOTE: Running on pull requests for now, but without pushing.
|
# NOTE: Running on pull requests for now, but without pushing.
|
||||||
# if: github.event_name != 'pull_request'
|
# if: github.event_name != 'pull_request'
|
||||||
|
# TODO: Remove branch filter workaround once gitea is updated past 1.21
|
||||||
|
if: github.event_name != 'push' || github.ref == 'refs/heads/handmade' || startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Handmade Revolt
|
# Handmade Revolt
|
||||||
Fork of Revolt (now Stoat chat) maintained by the handmade cities community.
|
Fork of Revolt (now Stoat chat) maintained by the handmade cities community.
|
||||||
|
|
||||||
|
Some test changes to the README.
|
||||||
|
|
||||||
## Deploying a new release
|
## Deploying a new release
|
||||||
|
|
||||||
Ensure `.env.local` points to `https://app.revolt.chat/api`.
|
Ensure `.env.local` points to `https://app.revolt.chat/api`.
|
||||||
|
|||||||
Reference in New Issue
Block a user