deployerbot: git push on success

This commit is contained in:
Motiejus Jakštys 2024-02-28 14:55:42 +02:00
parent 70bbe69aa3
commit 3ce427193d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
--targets ${deployDerivationsStr} -- \
--accept-flake-config || EXITCODE=1
if [[ $EXITCODE != 0 ]]; then
if [[ $EXITCODE == 0 ]]; then
git push origin main
fi