Skip to content

Commit

Permalink
Add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed Feb 26, 2024
1 parent 81246f0 commit 64ed255
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions get_deployable_zip.sh

This file was deleted.

7 changes: 7 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
if ! docker pull ghcr.io/darwinkel/shepardtts:main | grep "Image is up to date for"
then
docker compose stop
docker compose down
docker compose up -d
fi

0 comments on commit 64ed255

Please sign in to comment.