From bdbed7ec2c8f74fc686456281ccbc53fb9313c26 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Mon, 17 Jul 2023 15:53:39 +0200 Subject: [PATCH] Changed branch in actions --- .gitea/workflows/docker.yml | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 6235c65..e987d4c 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" + - "master" jobs: build: diff --git a/README.md b/README.md index 588c4c5..f7b3d65 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ pygmentize -S dracula -f html -a .codehilite > styles.css * Replace all css for .codehilite in src/static/main.css with what's in styles.css ## Run with Docker +Automated images for amd and arm should be included in this repo. + ### Using traefik If you use traefik, you only have to change the url in the label "traefik.http.routers.sqnotes.rule". You can also modify the labels to rename the service from "sqnotes" to anything else. @@ -51,3 +53,6 @@ docker-compose up -d ## Future features, todo * Replace pickle with sqlite or smth * Use as a CGI script rather than using flask's in-built server + +## Credits +Automation : git.rznet.fr