From 8a8bf812c733fa915561be7a2be9a687a7809df5 Mon Sep 17 00:00:00 2001 From: AlmostDoneRight <98871402+AlmostDoneRight@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:07:39 -0700 Subject: [PATCH 1/6] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-blue-wave-0b32fcc10.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-blue-wave-0b32fcc10.yml diff --git a/.github/workflows/azure-static-web-apps-blue-wave-0b32fcc10.yml b/.github/workflows/azure-static-web-apps-blue-wave-0b32fcc10.yml new file mode 100644 index 000000000000..4ee6b95c333e --- /dev/null +++ b/.github/workflows/azure-static-web-apps-blue-wave-0b32fcc10.yml @@ -0,0 +1,45 @@ +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@v2 + with: + submodules: true + - 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_WAVE_0B32FCC10 }} + 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 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_BLUE_WAVE_0B32FCC10 }} + action: "close" From 9799d1413a11b156dea4d4af58cb2ac36dfe46de Mon Sep 17 00:00:00 2001 From: AlmostDoneRight <98871402+AlmostDoneRight@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:25:48 -0700 Subject: [PATCH 2/6] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...ic-web-apps-victorious-grass-06c390110.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml diff --git a/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml b/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml new file mode 100644 index 000000000000..56e1c31962ee --- /dev/null +++ b/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml @@ -0,0 +1,45 @@ +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@v2 + with: + submodules: true + - 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_GRASS_06C390110 }} + 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 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_VICTORIOUS_GRASS_06C390110 }} + action: "close" From 80b7bda6aab13f085d000158c153cece42b30568 Mon Sep 17 00:00:00 2001 From: Zack Anderson <39353837+zanderson-aim@users.noreply.github.com> Date: Tue, 20 Dec 2022 15:02:54 -0700 Subject: [PATCH 3/6] Update azure-static-web-apps-victorious-grass-06c390110.yml --- .../azure-static-web-apps-victorious-grass-06c390110.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml b/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml index 56e1c31962ee..1e0a6aa73995 100644 --- a/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml +++ b/.github/workflows/azure-static-web-apps-victorious-grass-06c390110.yml @@ -1,4 +1,4 @@ -name: Azure Static Web Apps CI/CD +name: Azure Static Web Apps CI/CD on: push: From f75fae2f3303449f0471cac782053e333863f0c3 Mon Sep 17 00:00:00 2001 From: AlmostDoneRight <98871402+AlmostDoneRight@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:07:49 -0700 Subject: [PATCH 4/6] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...tatic-web-apps-purple-forest-02d3c5110.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-purple-forest-02d3c5110.yml diff --git a/.github/workflows/azure-static-web-apps-purple-forest-02d3c5110.yml b/.github/workflows/azure-static-web-apps-purple-forest-02d3c5110.yml new file mode 100644 index 000000000000..b7fbe61a4d32 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-purple-forest-02d3c5110.yml @@ -0,0 +1,45 @@ +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@v2 + with: + submodules: true + - 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_PURPLE_FOREST_02D3C5110 }} + 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 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_PURPLE_FOREST_02D3C5110 }} + action: "close" From f0e10359f5f46a6409a3c8fe749f60ba3b627156 Mon Sep 17 00:00:00 2001 From: AlmostDoneRight <98871402+AlmostDoneRight@users.noreply.github.com> Date: Tue, 23 May 2023 10:58:35 -0700 Subject: [PATCH 5/6] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...-static-web-apps-polite-pond-0057d8910.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml diff --git a/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml b/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml new file mode 100644 index 000000000000..51ec010aa0fd --- /dev/null +++ b/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml @@ -0,0 +1,45 @@ +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 + - 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_POND_0057D8910 }} + 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 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_POLITE_POND_0057D8910 }} + action: "close" From d8bba4c24c42fdc1d0be6ad3c34db7e99f55ea41 Mon Sep 17 00:00:00 2001 From: AlmostDoneRight <98871402+AlmostDoneRight@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:12:28 -0700 Subject: [PATCH 6/6] Update azure-static-web-apps-polite-pond-0057d8910.yml Automating updates --- .../azure-static-web-apps-polite-pond-0057d8910.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml b/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml index 51ec010aa0fd..98332ed1750d 100644 --- a/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml +++ b/.github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml @@ -4,11 +4,6 @@ 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')