deploy: use path relative to bin

This commit is contained in:
Aaron Bieber 2023-05-23 20:48:53 -06:00
parent 19d0616eb5
commit e38c2e000e
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
bin/deploy watch update
if ! git diff --exit-code >/dev/null; then
git add pull_requests
git commit -m 'watched: update watched pull requests'