Fix prisma deploy issue

This commit is contained in:
adilallo
2026-05-23 17:26:18 -06:00
parent 28eb5007fc
commit 4af244fa09
5 changed files with 41 additions and 37 deletions
+5 -5
View File
@@ -31,8 +31,8 @@ echo
echo "Pushed: $IMAGE:$TAG ($PLATFORM)"
echo
echo "Next steps:"
echo " 1. Update CloudronManifest.json 'version' (must increase) and"
echo " 'dockerimage' to:"
echo " \"dockerimage\": \"$IMAGE:$TAG\""
echo " 2. First install: cloudron install"
echo " Subsequent: cloudron update --app <app-id>"
echo " 1. Bump CloudronManifest.json 'version' (must increase for cloudron update)."
echo " 2. First install:"
echo " cloudron install --location staging.communityrule.info --image $IMAGE:$TAG"
echo " Subsequent update:"
echo " cloudron update --app staging.communityrule.info --image $IMAGE:$TAG"