ci: use relative path to deploy script

This commit is contained in:
Aaron Bieber 2023-05-23 20:09:26 -06:00
parent a5c67bf878
commit 44d3ec9fed
No known key found for this signature in database

2
bin/ci
View File

@ -32,7 +32,7 @@ if [ "${1}" = "update" ]; then
exit 1
fi
deploy watch update
./deploy watch update
if ! git diff --exit-code >/dev/null; then
git add pull_requests
git commit -m 'watched: update watched pull requests'