Merge pull request #3 from appwrite/fix-cloud-build

Fix: Prepare for Cloud build
This commit is contained in:
Matej Bačo 2025-05-20 10:39:32 +02:00 committed by GitHub
commit 2d645274a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
prepare.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
{
echo "APPWRITE_PROJECT_ID=$APPWRITE_PROJECT_ID"
echo "APPWRITE_PROJECT_NAME=$APPWRITE_PROJECT_NAME"
echo "APPWRITE_PUBLIC_ENDPOINT=$APPWRITE_PUBLIC_ENDPOINT"
} >> .env