From e6d622651552efd6f6ecf532e5195abd2f15731d Mon Sep 17 00:00:00 2001 From: Yoona Oh Date: Mon, 6 Nov 2023 23:01:15 -0800 Subject: [PATCH 01/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-orange-sky-09bd77e1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-orange-sky-09bd77e1e.yml diff --git a/.github/workflows/azure-static-web-apps-orange-sky-09bd77e1e.yml b/.github/workflows/azure-static-web-apps-orange-sky-09bd77e1e.yml new file mode 100644 index 00000000..5f465a4e --- /dev/null +++ b/.github/workflows/azure-static-web-apps-orange-sky-09bd77e1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_09BD77E1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_09BD77E1E }} + action: "close" From 78f8f7e6d8ca7ed0368010bd2cef88a903b7cbfb Mon Sep 17 00:00:00 2001 From: Yoona Oh Date: Tue, 7 Nov 2023 00:24:47 -0800 Subject: [PATCH 02/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...tatic-web-apps-orange-island-0a57c0b1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-orange-island-0a57c0b1e.yml diff --git a/.github/workflows/azure-static-web-apps-orange-island-0a57c0b1e.yml b/.github/workflows/azure-static-web-apps-orange-island-0a57c0b1e.yml new file mode 100644 index 00000000..af84f9cb --- /dev/null +++ b/.github/workflows/azure-static-web-apps-orange-island-0a57c0b1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_ISLAND_0A57C0B1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_ISLAND_0A57C0B1E }} + action: "close" From ce2e0da527e1c7eb89b511afe6caaa4896b6bce1 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:39:05 -0800 Subject: [PATCH 03/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-proud-wave-064b0511e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-proud-wave-064b0511e.yml diff --git a/.github/workflows/azure-static-web-apps-proud-wave-064b0511e.yml b/.github/workflows/azure-static-web-apps-proud-wave-064b0511e.yml new file mode 100644 index 00000000..86353d41 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-proud-wave-064b0511e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_WAVE_064B0511E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_WAVE_064B0511E }} + action: "close" From 4baafcaf0837621bc15e934687d5dc704644bdbd Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:44:27 -0800 Subject: [PATCH 04/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-jolly-field-06b9c801e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-jolly-field-06b9c801e.yml diff --git a/.github/workflows/azure-static-web-apps-jolly-field-06b9c801e.yml b/.github/workflows/azure-static-web-apps-jolly-field-06b9c801e.yml new file mode 100644 index 00000000..7fd5c63b --- /dev/null +++ b/.github/workflows/azure-static-web-apps-jolly-field-06b9c801e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_FIELD_06B9C801E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_FIELD_06B9C801E }} + action: "close" From 1f0ded3ae61406d45bbad96271e6322aadd217af Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:57:26 -0800 Subject: [PATCH 05/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-blue-ocean-0a51fff1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-blue-ocean-0a51fff1e.yml diff --git a/.github/workflows/azure-static-web-apps-blue-ocean-0a51fff1e.yml b/.github/workflows/azure-static-web-apps-blue-ocean-0a51fff1e.yml new file mode 100644 index 00000000..9a0371ce --- /dev/null +++ b/.github/workflows/azure-static-web-apps-blue-ocean-0a51fff1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_OCEAN_0A51FFF1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_OCEAN_0A51FFF1E }} + action: "close" From bcdda9fb740e47bbf33cc9313efbca13490a5e79 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:59:39 -0800 Subject: [PATCH 06/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-orange-rock-01a72651e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-orange-rock-01a72651e.yml diff --git a/.github/workflows/azure-static-web-apps-orange-rock-01a72651e.yml b/.github/workflows/azure-static-web-apps-orange-rock-01a72651e.yml new file mode 100644 index 00000000..8c4799a0 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-orange-rock-01a72651e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_ROCK_01A72651E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_ROCK_01A72651E }} + action: "close" From 1eabeab44fb3ff031cd162f8e3fbc35a6c1f9de7 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:01:42 -0800 Subject: [PATCH 07/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...static-web-apps-red-mushroom-02b7f211e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-red-mushroom-02b7f211e.yml diff --git a/.github/workflows/azure-static-web-apps-red-mushroom-02b7f211e.yml b/.github/workflows/azure-static-web-apps-red-mushroom-02b7f211e.yml new file mode 100644 index 00000000..d3d76c54 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-red-mushroom-02b7f211e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_MUSHROOM_02B7F211E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_MUSHROOM_02B7F211E }} + action: "close" From 8601bd908234756956b901ab6cdcfd264ba31f78 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:03:39 -0800 Subject: [PATCH 08/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-lively-moss-05e8f3d1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-lively-moss-05e8f3d1e.yml diff --git a/.github/workflows/azure-static-web-apps-lively-moss-05e8f3d1e.yml b/.github/workflows/azure-static-web-apps-lively-moss-05e8f3d1e.yml new file mode 100644 index 00000000..d2bdd93f --- /dev/null +++ b/.github/workflows/azure-static-web-apps-lively-moss-05e8f3d1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LIVELY_MOSS_05E8F3D1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LIVELY_MOSS_05E8F3D1E }} + action: "close" From b80dfb81d92283eda41b531cb4ee6a01d7af6194 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:09:35 -0800 Subject: [PATCH 09/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...ic-web-apps-ambitious-pebble-0e83e9a1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-ambitious-pebble-0e83e9a1e.yml diff --git a/.github/workflows/azure-static-web-apps-ambitious-pebble-0e83e9a1e.yml b/.github/workflows/azure-static-web-apps-ambitious-pebble-0e83e9a1e.yml new file mode 100644 index 00000000..c5cbe811 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-ambitious-pebble-0e83e9a1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_PEBBLE_0E83E9A1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_PEBBLE_0E83E9A1E }} + action: "close" From 0f7751fd170f301762f00c2bbefceb248a1618f5 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:16:28 -0800 Subject: [PATCH 10/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-polite-rock-001af971e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-polite-rock-001af971e.yml diff --git a/.github/workflows/azure-static-web-apps-polite-rock-001af971e.yml b/.github/workflows/azure-static-web-apps-polite-rock-001af971e.yml new file mode 100644 index 00000000..0530de32 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-polite-rock-001af971e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_ROCK_001AF971E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_ROCK_001AF971E }} + action: "close" From 48eb7e86bf87fd6c08f9886824c243454ead35d9 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:37:50 -0800 Subject: [PATCH 11/29] Create an auto-deploy file --- ...r-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/container-app-n2skjwd72ijle-AutoDeployTrigger-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml diff --git a/.github/workflows/container-app-n2skjwd72ijle-AutoDeployTrigger-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml b/.github/workflows/container-app-n2skjwd72ijle-AutoDeployTrigger-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml new file mode 100644 index 00000000..866dbbf1 --- /dev/null +++ b/.github/workflows/container-app-n2skjwd72ijle-AutoDeployTrigger-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml @@ -0,0 +1,45 @@ +name: Trigger auto deployment for container-app-n2skjwd72ijle + +# When this action will be executed +on: + # Automatically trigger it when detected changes in repo + push: + branches: + [ main ] + paths: + - '**' + - '.github/workflows/container-app-n2skjwd72ijle-AutoDeployTrigger-57e35403-9c58-4a3f-8aa4-43e6eed87f15.yml' + + # Allow manual trigger + workflow_dispatch: + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + permissions: + id-token: write #This is required for requesting the OIDC JWT Token + + steps: + - name: Checkout to the branch + uses: actions/checkout@v2 + + - name: Azure Login + uses: azure/login@v1 + with: + client-id: ${{ secrets.CONTAINERAPPN2SKJWD72IJLE_AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.CONTAINERAPPN2SKJWD72IJLE_AZURE_TENANT_ID }} + subscription-id: ${{ secrets.CONTAINERAPPN2SKJWD72IJLE_AZURE_SUBSCRIPTION_ID }} + + - name: Build and push container image to registry + uses: azure/container-apps-deploy-action@v2 + with: + appSourcePath: ${{ github.workspace }} + registryUrl: containerregistryn2skjwd72ijle.azurecr.io + registryUsername: ${{ secrets.CONTAINERAPPN2SKJWD72IJLE_REGISTRY_USERNAME }} + registryPassword: ${{ secrets.CONTAINERAPPN2SKJWD72IJLE_REGISTRY_PASSWORD }} + containerAppName: container-app-n2skjwd72ijle + resourceGroup: reactbasica6cb + imageToBuild: containerregistryn2skjwd72ijle.azurecr.io/container-app-n2skjwd72ijle:${{ github.sha }} + + + From 9f638925fa9087dd143f804ada2cf6f81e5e0e3c Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:05:33 -0800 Subject: [PATCH 12/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...tic-web-apps-ambitious-beach-0c595761e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-ambitious-beach-0c595761e.yml diff --git a/.github/workflows/azure-static-web-apps-ambitious-beach-0c595761e.yml b/.github/workflows/azure-static-web-apps-ambitious-beach-0c595761e.yml new file mode 100644 index 00000000..d0cb190c --- /dev/null +++ b/.github/workflows/azure-static-web-apps-ambitious-beach-0c595761e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_BEACH_0C595761E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_BEACH_0C595761E }} + action: "close" From dd9facfa194e5e8488b3ead13f58ea0cdbcca8f9 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:13:04 -0800 Subject: [PATCH 13/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...c-web-apps-victorious-pebble-02f05911e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-victorious-pebble-02f05911e.yml diff --git a/.github/workflows/azure-static-web-apps-victorious-pebble-02f05911e.yml b/.github/workflows/azure-static-web-apps-victorious-pebble-02f05911e.yml new file mode 100644 index 00000000..29e0306a --- /dev/null +++ b/.github/workflows/azure-static-web-apps-victorious-pebble-02f05911e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_PEBBLE_02F05911E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_PEBBLE_02F05911E }} + action: "close" From 00d21d099f51f4dda5ae352a4b23f766ef1d8b4d Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:17:00 -0800 Subject: [PATCH 14/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-lemon-rock-088c82c1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-lemon-rock-088c82c1e.yml diff --git a/.github/workflows/azure-static-web-apps-lemon-rock-088c82c1e.yml b/.github/workflows/azure-static-web-apps-lemon-rock-088c82c1e.yml new file mode 100644 index 00000000..a36ec27e --- /dev/null +++ b/.github/workflows/azure-static-web-apps-lemon-rock-088c82c1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LEMON_ROCK_088C82C1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LEMON_ROCK_088C82C1E }} + action: "close" From 65818307b0e357a50380e545d38072c22eb4b636 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:20:45 -0800 Subject: [PATCH 15/29] Create an auto-deploy file --- ...r-a438b699-e57c-489b-8dfd-ee5880e8b468.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/container-app-stayzdjye63fs-AutoDeployTrigger-a438b699-e57c-489b-8dfd-ee5880e8b468.yml diff --git a/.github/workflows/container-app-stayzdjye63fs-AutoDeployTrigger-a438b699-e57c-489b-8dfd-ee5880e8b468.yml b/.github/workflows/container-app-stayzdjye63fs-AutoDeployTrigger-a438b699-e57c-489b-8dfd-ee5880e8b468.yml new file mode 100644 index 00000000..0568ae05 --- /dev/null +++ b/.github/workflows/container-app-stayzdjye63fs-AutoDeployTrigger-a438b699-e57c-489b-8dfd-ee5880e8b468.yml @@ -0,0 +1,45 @@ +name: Trigger auto deployment for container-app-stayzdjye63fs + +# When this action will be executed +on: + # Automatically trigger it when detected changes in repo + push: + branches: + [ main ] + paths: + - '**' + - '.github/workflows/container-app-stayzdjye63fs-AutoDeployTrigger-a438b699-e57c-489b-8dfd-ee5880e8b468.yml' + + # Allow manual trigger + workflow_dispatch: + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + permissions: + id-token: write #This is required for requesting the OIDC JWT Token + + steps: + - name: Checkout to the branch + uses: actions/checkout@v2 + + - name: Azure Login + uses: azure/login@v1 + with: + client-id: ${{ secrets.CONTAINERAPPSTAYZDJYE63FS_AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.CONTAINERAPPSTAYZDJYE63FS_AZURE_TENANT_ID }} + subscription-id: ${{ secrets.CONTAINERAPPSTAYZDJYE63FS_AZURE_SUBSCRIPTION_ID }} + + - name: Build and push container image to registry + uses: azure/container-apps-deploy-action@v2 + with: + appSourcePath: ${{ github.workspace }} + registryUrl: containerregistrystayzdjye63fs.azurecr.io + registryUsername: ${{ secrets.CONTAINERAPPSTAYZDJYE63FS_REGISTRY_USERNAME }} + registryPassword: ${{ secrets.CONTAINERAPPSTAYZDJYE63FS_REGISTRY_PASSWORD }} + containerAppName: container-app-stayzdjye63fs + resourceGroup: reactbasica7de + imageToBuild: containerregistrystayzdjye63fs.azurecr.io/container-app-stayzdjye63fs:${{ github.sha }} + + + From 8d26cb49c26ba2499214c299896bcb2012e43a5f Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:42:15 -0800 Subject: [PATCH 16/29] Create an auto-deploy file --- ...r-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/container-app-q2ipjjus3vt5g-AutoDeployTrigger-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml diff --git a/.github/workflows/container-app-q2ipjjus3vt5g-AutoDeployTrigger-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml b/.github/workflows/container-app-q2ipjjus3vt5g-AutoDeployTrigger-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml new file mode 100644 index 00000000..8e773ea9 --- /dev/null +++ b/.github/workflows/container-app-q2ipjjus3vt5g-AutoDeployTrigger-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml @@ -0,0 +1,45 @@ +name: Trigger auto deployment for container-app-q2ipjjus3vt5g + +# When this action will be executed +on: + # Automatically trigger it when detected changes in repo + push: + branches: + [ main ] + paths: + - '**' + - '.github/workflows/container-app-q2ipjjus3vt5g-AutoDeployTrigger-8f2e1c7b-910f-4e33-96a9-7a0d89426751.yml' + + # Allow manual trigger + workflow_dispatch: + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + permissions: + id-token: write #This is required for requesting the OIDC JWT Token + + steps: + - name: Checkout to the branch + uses: actions/checkout@v2 + + - name: Azure Login + uses: azure/login@v1 + with: + client-id: ${{ secrets.CONTAINERAPPQ2IPJJUS3VT5G_AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.CONTAINERAPPQ2IPJJUS3VT5G_AZURE_TENANT_ID }} + subscription-id: ${{ secrets.CONTAINERAPPQ2IPJJUS3VT5G_AZURE_SUBSCRIPTION_ID }} + + - name: Build and push container image to registry + uses: azure/container-apps-deploy-action@v2 + with: + appSourcePath: ${{ github.workspace }} + registryUrl: containerregistryq2ipjjus3vt5g.azurecr.io + registryUsername: ${{ secrets.CONTAINERAPPQ2IPJJUS3VT5G_REGISTRY_USERNAME }} + registryPassword: ${{ secrets.CONTAINERAPPQ2IPJJUS3VT5G_REGISTRY_PASSWORD }} + containerAppName: container-app-q2ipjjus3vt5g + resourceGroup: reactbasic8530 + imageToBuild: containerregistryq2ipjjus3vt5g.azurecr.io/container-app-q2ipjjus3vt5g:${{ github.sha }} + + + From 6702c11a54e17df44d8b5b1826f4a24fb7629f8c Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:49:02 -0800 Subject: [PATCH 17/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...static-web-apps-gentle-beach-0e52de11e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-gentle-beach-0e52de11e.yml diff --git a/.github/workflows/azure-static-web-apps-gentle-beach-0e52de11e.yml b/.github/workflows/azure-static-web-apps-gentle-beach-0e52de11e.yml new file mode 100644 index 00000000..deef8b77 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-gentle-beach-0e52de11e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_BEACH_0E52DE11E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_BEACH_0E52DE11E }} + action: "close" From ece81489bfcd038a3cd24eeb5c5f7a4cfa40f63f Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:17:19 -0800 Subject: [PATCH 18/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...static-web-apps-black-island-0539e7e1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-black-island-0539e7e1e.yml diff --git a/.github/workflows/azure-static-web-apps-black-island-0539e7e1e.yml b/.github/workflows/azure-static-web-apps-black-island-0539e7e1e.yml new file mode 100644 index 00000000..72b36c88 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-black-island-0539e7e1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_ISLAND_0539E7E1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_ISLAND_0539E7E1E }} + action: "close" From c495cb4bc5d89f67c1d22ffd9e49dd52658e2223 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:35:17 -0800 Subject: [PATCH 19/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-icy-island-085ef771e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-icy-island-085ef771e.yml diff --git a/.github/workflows/azure-static-web-apps-icy-island-085ef771e.yml b/.github/workflows/azure-static-web-apps-icy-island-085ef771e.yml new file mode 100644 index 00000000..ca2a4ea3 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-icy-island-085ef771e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_ISLAND_085EF771E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_ISLAND_085EF771E }} + action: "close" From 353f4e0118ac2c885acaa6009fe948093eab93cb Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:37:06 -0800 Subject: [PATCH 20/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-jolly-sea-034c6d91e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-jolly-sea-034c6d91e.yml diff --git a/.github/workflows/azure-static-web-apps-jolly-sea-034c6d91e.yml b/.github/workflows/azure-static-web-apps-jolly-sea-034c6d91e.yml new file mode 100644 index 00000000..114981d2 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-jolly-sea-034c6d91e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_SEA_034C6D91E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_SEA_034C6D91E }} + action: "close" From f854c71d791d4d606111fda250ca6d5f14f61380 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:14:01 -0800 Subject: [PATCH 21/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-calm-pond-004b69e1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-calm-pond-004b69e1e.yml diff --git a/.github/workflows/azure-static-web-apps-calm-pond-004b69e1e.yml b/.github/workflows/azure-static-web-apps-calm-pond-004b69e1e.yml new file mode 100644 index 00000000..23fbb090 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-calm-pond-004b69e1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_POND_004B69E1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_POND_004B69E1E }} + action: "close" From 751fb5d17c884f77b4eecf54cfddfebe81232fba Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:37:01 -0800 Subject: [PATCH 22/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...ic-web-apps-victorious-water-0b7d3ce1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-victorious-water-0b7d3ce1e.yml diff --git a/.github/workflows/azure-static-web-apps-victorious-water-0b7d3ce1e.yml b/.github/workflows/azure-static-web-apps-victorious-water-0b7d3ce1e.yml new file mode 100644 index 00000000..763f5aa2 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-victorious-water-0b7d3ce1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_WATER_0B7D3CE1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_WATER_0B7D3CE1E }} + action: "close" From 744fca192faa8af332920ce1881435fddb8d43b6 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:11:59 -0800 Subject: [PATCH 23/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-gentle-bush-008de421e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-gentle-bush-008de421e.yml diff --git a/.github/workflows/azure-static-web-apps-gentle-bush-008de421e.yml b/.github/workflows/azure-static-web-apps-gentle-bush-008de421e.yml new file mode 100644 index 00000000..71d076f7 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-gentle-bush-008de421e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_BUSH_008DE421E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GENTLE_BUSH_008DE421E }} + action: "close" From 025c4fc2f36895d53d9bd757b4b226c1deb1bf40 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:04:39 -0800 Subject: [PATCH 24/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-green-beach-049254d1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-green-beach-049254d1e.yml diff --git a/.github/workflows/azure-static-web-apps-green-beach-049254d1e.yml b/.github/workflows/azure-static-web-apps-green-beach-049254d1e.yml new file mode 100644 index 00000000..66c3763c --- /dev/null +++ b/.github/workflows/azure-static-web-apps-green-beach-049254d1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_BEACH_049254D1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_BEACH_049254D1E }} + action: "close" From 2caca9eda7bf450b3f4bf4d0da4a8ba40e666b4d Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:25:55 -0800 Subject: [PATCH 25/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...e-static-web-apps-kind-field-0a078f81e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-kind-field-0a078f81e.yml diff --git a/.github/workflows/azure-static-web-apps-kind-field-0a078f81e.yml b/.github/workflows/azure-static-web-apps-kind-field-0a078f81e.yml new file mode 100644 index 00000000..d6f34fc3 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-kind-field-0a078f81e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_FIELD_0A078F81E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_FIELD_0A078F81E }} + action: "close" From 2c9d41cdf21413570aacec2a0c9e7004f87d840d Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:03:56 -0800 Subject: [PATCH 26/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-black-sky-06c83121e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-black-sky-06c83121e.yml diff --git a/.github/workflows/azure-static-web-apps-black-sky-06c83121e.yml b/.github/workflows/azure-static-web-apps-black-sky-06c83121e.yml new file mode 100644 index 00000000..e5ba281f --- /dev/null +++ b/.github/workflows/azure-static-web-apps-black-sky-06c83121e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_SKY_06C83121E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_SKY_06C83121E }} + action: "close" From a9a1dc3fd64725f90abb568dc3c1aab26a575abc Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:44:59 -0800 Subject: [PATCH 27/29] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 395b7499..4183f70a 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; +//hello import App from './App'; ReactDOM.render(, document.getElementById('root')); From 3db2b6cf1df11902e268460d8c82b630029b4044 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:02:52 -0800 Subject: [PATCH 28/29] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-calm-pond-02147cf1e.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-calm-pond-02147cf1e.yml diff --git a/.github/workflows/azure-static-web-apps-calm-pond-02147cf1e.yml b/.github/workflows/azure-static-web-apps-calm-pond-02147cf1e.yml new file mode 100644 index 00000000..6d70a26c --- /dev/null +++ b/.github/workflows/azure-static-web-apps-calm-pond-02147cf1e.yml @@ -0,0 +1,46 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v3 + with: + submodules: true + lfs: false + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_POND_02147CF1E }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "./public" # App source code path + api_location: "api" # Api source code path - optional + output_location: "." # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_POND_02147CF1E }} + action: "close" From bb55d6f7cc0a2aa904e6b677e31c174378a768f7 Mon Sep 17 00:00:00 2001 From: liuqidake <33185278+liuqidake@users.noreply.github.com> Date: Fri, 17 May 2024 11:45:19 -0700 Subject: [PATCH 29/29] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index aa069f27..16954fe3 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@