Merge pull request #3 from appwrite/fix-cloud-build
Fix: Prepare for Cloud build
This commit is contained in:
commit
2d645274a9
7
prepare.sh
Normal file
7
prepare.sh
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user