Skip to content

Commit

Permalink
Fix deployment and text color in README
Browse files Browse the repository at this point in the history
  • Loading branch information
leethobbit committed Dec 4, 2024
1 parent 496b532 commit d1b2afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .gitea/workflows/new-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
echo "Cloning the new directory."
sudo git clone https://github.com/leethobbit/dragonroost.git
cd dragonroost/
echo "Bringing down Docker services."
sudo docker compose -f docker-compose.local.yml down -d
echo "Bringing up new version of Docker services."
sudo docker compose -f docker-compose.local.yml up -d
echo "Rebuilding and restarting Docker services."
sudo docker compose -f docker-compose.local.yml down -d && docker compose -f docker-compose.local.yml up -d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="dragonroost/static/images/favicons/dragonroost_banner.png" width="auto" alt="Dragonroost Logo">
<img src="dragonroost/static/images/favicons/dragonroost_banner_light.png" width="auto" alt="Dragonroost Logo">
</div>
<h3 align="center">
Self-hosted Animal Rescue/Shelter Management Software, written in Python with Django and htmx.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1b2afd

Please sign in to comment.