Skip to content

Commit 2d64527

Browse files
authored
Merge pull request #3 from appwrite/fix-cloud-build
Fix: Prepare for Cloud build
2 parents dfec3fd + b3d9276 commit 2d64527

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

prepare.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
{
4+
echo "APPWRITE_PROJECT_ID=$APPWRITE_PROJECT_ID"
5+
echo "APPWRITE_PROJECT_NAME=$APPWRITE_PROJECT_NAME"
6+
echo "APPWRITE_PUBLIC_ENDPOINT=$APPWRITE_PUBLIC_ENDPOINT"
7+
} >> .env

0 commit comments

Comments
 (0)