Skip to content

Commit 0a7254e

Browse files
authored
Merge pull request #2151 from appwrite/chore-enable-sites
Feat: Enable sites on Cloud
2 parents b74f7af + 05142f0 commit 0a7254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
labels: ${{ steps.meta.outputs.labels }}
4040
build-args: |
4141
"PUBLIC_CONSOLE_MODE=cloud"
42-
"PUBLIC_CONSOLE_FEATURE_FLAGS="
42+
"PUBLIC_CONSOLE_FEATURE_FLAGS=sites"
4343
"PUBLIC_APPWRITE_MULTI_REGION=true"
4444
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
4545
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY }}"

0 commit comments

Comments
 (0)