File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 89
89
}
90
90
}
91
91
}
92
+ },
93
+ "cli" : {
94
+ "analytics" : false
92
95
}
93
96
}
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /bin/sh
2
2
set -e
3
3
4
4
# Script used during deployment on Appwrite Sites
5
5
6
6
# Replace [appwriteEndpoint] with APPWRITE_ENDPOINT in environments files
7
- sed -i " s/ \[appwriteEndpoint\]/ $APPWRITE_ENDPOINT / g" src/environments/* .ts
7
+ sed -i " s| \[appwriteEndpoint\]| $APPWRITE_ENDPOINT | g" src/environments/* .ts
8
8
9
9
# Replace [appwriteProjectId] with APPWRITE_PROJECT_ID in environments files
10
- sed -i " s/ \[appwriteProjectId\]/ $APPWRITE_PROJECT_ID / g" src/environments/* .ts
10
+ sed -i " s| \[appwriteProjectId\]| $APPWRITE_PROJECT_ID | g" src/environments/* .ts
11
11
12
12
# Replace [appwriteProjectName] with APPWRITE_PROJECT_NAME in environments files
13
- sed -i " s/ \[appwriteProjectName\]/ $APPWRITE_PROJECT_NAME / g" src/environments/* .ts
13
+ sed -i " s| \[appwriteProjectName\]| $APPWRITE_PROJECT_NAME | g" src/environments/* .ts
You can’t perform that action at this time.
0 commit comments