diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4327de1..2a2daca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: VITE_APPWRITE_USERSETTINGSID: ${{ secrets.VITE_APPWRITE_USERSETTINGSID }} VITE_APPWRITE_MONTLYCALORIESID: ${{ secrets.VITE_APPWRITE_MONTLYCALORIESID }} VITE_APPWRITE_SHAREDDAYSID: ${{ secrets.VITE_APPWRITE_SHAREDDAYSID }} + VITE_APPWRITE_MEALPLANTEMPLATESID: ${{ secrets.VITE_APPWRITE_MEALPLANTEMPLATESID }} + VITE_APPWRITE_PLANNEDFOODITEMSID: ${{ secrets.VITE_APPWRITE_PLANNEDFOODITEMSID }} steps: - name: Checkout diff --git a/appwrite.config.json b/appwrite.config.json new file mode 100644 index 0000000..2a32101 --- /dev/null +++ b/appwrite.config.json @@ -0,0 +1,4 @@ +{ + "projectId": "684ac3bf000ee8950f5a", + "endpoint": "https://fra.cloud.appwrite.io/v1" +} \ No newline at end of file diff --git a/index.html b/index.html index a84c21c..af34495 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + @@ -82,6 +83,7 @@
@@ -92,6 +94,7 @@ @@ -166,6 +169,14 @@ + + +