From a0c2b85910b80d920134ec6cc4032ca1c08889e6 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Tue, 10 Dec 2024 20:10:04 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd6af11..e9e5504 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PasteBook -An easy on the eyes, portable, lightning fast pastebin written in Svelte and Kotlin. +An easy on the eyes, portable, lightning fast pastebin written in Svelte and Rust. ### Prerequisites Docker. Both the frontend and backend are to be installed with Docker. You can learn more [here](https://www.docker.com). @@ -73,9 +73,11 @@ systemctl restart nginx Run the following commands in succession. ```bash docker compose stop +docker compose pull docker compose up -d ``` # Final Notes Wow. There was a lot that can go wrong there. I'm not an expert. If you need help, you can email me at contact@loudbook.dev or find me elsewhere. + 💜 From af53acdbb9e80a58cf527e7e33483fe78d530d38 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Tue, 10 Dec 2024 20:10:30 -0500 Subject: [PATCH 2/2] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 581a98c..dcac62e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -2,9 +2,9 @@ name: Build and Publish Docker Images on: push: - # paths: - # - frontend/** - # - backend/** + paths: + - frontend/** + - backend/** branches: - master - dev