only gitea important

main
Bel LaPointe 2025-09-11 17:21:33 -06:00
parent c5e75cb2fb
commit e11eeddb6a
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ cd $outdir
git commit -m "$(date -u +%Y-%m-%dT%H:%M:%S)"
git push origin main
fi
) || true
)
(
set -ueo pipefail
@ -93,4 +93,4 @@ cd $outdir
fi
echo firebase deploy "${log_args[@]}"
firebase deploy "${args[@]}"
)
) || true