From 61ce600c93c348c96e4111c8f61f714372e0156a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= <44143748+sondregronas@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:35:52 +0200 Subject: [PATCH] Update release & README --- .github/workflows/release.yml | 8 +++++++- README.md | 8 +++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02b4181..795f39d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,13 @@ on: branches: [ main ] push: branches: [ main ] - workflow_dispatch: + paths: + - .dockerignore + - .github/workflows/release.yml + - Dockerfile + - requirements.txt + - BookingSystem/** + jobs: release: diff --git a/README.md b/README.md index 90a103f..bb9309f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Feide Utstyrbase -For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours. +For Vågen VGS, might be possible to use for other schools with some modifications - for now this fits our needs, but will most likely not fit yours. (Work in progress, this is NOT plug and play) ## Setup -README coming soon. +Proper README coming soon. - Register app at Dataporten - Set callback url to `https:///login/feide/callback` @@ -29,4 +29,6 @@ Some endpoints can be accessed without login using the specified `?token= - [ ] Move to a proper database? - [ ] Tests - [ ] Documentation -- [ ] Docker \ No newline at end of file +- [ ] Docker +- [ ] Better README +- [ ] Code cleanup / refactoring, it's a bit inconsistent right now. \ No newline at end of file