From 3df1dded44687064b7e0e81d775976ff1c21e0a4 Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Tue, 21 May 2024 20:00:58 +0800 Subject: [PATCH] chore: refresh examples --- .../workflows/production-beaker-react-frontend-cd.yaml | 5 +---- .../production_beaker_react-frontend/.copier-answers.yml | 2 +- .../workflows/production-python-react-frontend-cd.yaml | 5 +---- .../production_python_react-frontend/.copier-answers.yml | 2 +- .../workflows/production-tealscript-react-frontend-cd.yaml | 5 +---- .../production_tealscript_react-frontend/.copier-answers.yml | 2 +- .../starter_beaker_react-frontend/.copier-answers.yml | 2 +- .../starter_python_react-frontend/.copier-answers.yml | 2 +- .../starter_tealscript_react-frontend/.copier-answers.yml | 2 +- 9 files changed, 9 insertions(+), 18 deletions(-) diff --git a/examples/production_beaker_react/.github/workflows/production-beaker-react-frontend-cd.yaml b/examples/production_beaker_react/.github/workflows/production-beaker-react-frontend-cd.yaml index 806176c..ff718e2 100644 --- a/examples/production_beaker_react/.github/workflows/production-beaker-react-frontend-cd.yaml +++ b/examples/production_beaker_react/.github/workflows/production-beaker-react-frontend-cd.yaml @@ -32,8 +32,5 @@ jobs: env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - run: | - npm install --global netlify-cli@latest - netlify login - netlify deploy --build --prod + run: algokit project run ci-deploy-netlify \ No newline at end of file diff --git a/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml b/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml index 9757d5b..3ca561f 100644 --- a/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml +++ b/examples/production_beaker_react/projects/production_beaker_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/production_python_react/.github/workflows/production-python-react-frontend-cd.yaml b/examples/production_python_react/.github/workflows/production-python-react-frontend-cd.yaml index d49c191..742e287 100644 --- a/examples/production_python_react/.github/workflows/production-python-react-frontend-cd.yaml +++ b/examples/production_python_react/.github/workflows/production-python-react-frontend-cd.yaml @@ -32,8 +32,5 @@ jobs: env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - run: | - npm install --global netlify-cli@latest - netlify login - netlify deploy --build --prod + run: algokit project run ci-deploy-netlify \ No newline at end of file diff --git a/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml b/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml index c760567..768b2bd 100644 --- a/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml +++ b/examples/production_python_react/projects/production_python_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/production_tealscript_react/.github/workflows/production-tealscript-react-frontend-cd.yaml b/examples/production_tealscript_react/.github/workflows/production-tealscript-react-frontend-cd.yaml index 24c1666..88a68fd 100644 --- a/examples/production_tealscript_react/.github/workflows/production-tealscript-react-frontend-cd.yaml +++ b/examples/production_tealscript_react/.github/workflows/production-tealscript-react-frontend-cd.yaml @@ -32,8 +32,5 @@ jobs: env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - run: | - npm install --global netlify-cli@latest - netlify login - netlify deploy --build --prod + run: algokit project run ci-deploy-netlify \ No newline at end of file diff --git a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml index 6aeb82e..b52fbe9 100644 --- a/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml +++ b/examples/production_tealscript_react/projects/production_tealscript_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml index dc87583..f02e672 100644 --- a/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml +++ b/examples/starter_beaker_react/projects/starter_beaker_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml b/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml index 94a8342..6006cfa 100644 --- a/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml +++ b/examples/starter_python_react/projects/starter_python_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None diff --git a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml index 37f8f7b..125c838 100644 --- a/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml +++ b/examples/starter_tealscript_react/projects/starter_tealscript_react-frontend/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.0.5 +_commit: 1.0.6 _src_path: gh:algorandfoundation/algokit-react-frontend-template author_email: None author_name: None