a cache for slack profile pictures and emojis

bug: fix deploy deleting db

dunkirk.sh 307ce9c2 314d51c9

verified
Changed files
-1
.github
workflows
-1
.github/workflows/deploy.yaml
···
git fetch --all
git reset --hard origin/main
~/.bun/bin/bun install
-
rm data/cachet.db
sudo /usr/bin/systemctl restart cachet.service
EOF
···
git fetch --all
git reset --hard origin/main
~/.bun/bin/bun install
sudo /usr/bin/systemctl restart cachet.service
EOF