From 0eceb30f6bdab212e5401805685c543f8b2a7a36 Mon Sep 17 00:00:00 2001 From: Azure Pages Date: Fri, 1 May 2020 15:07:45 -0700 Subject: [PATCH 01/10] Azure Pages added workflow file for CI/CD --- .../azure-pages-gray-stone-0847daa04.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/azure-pages-gray-stone-0847daa04.yml diff --git a/.github/workflows/azure-pages-gray-stone-0847daa04.yml b/.github/workflows/azure-pages-gray-stone-0847daa04.yml new file mode 100644 index 00000000..49b28502 --- /dev/null +++ b/.github/workflows/azure-pages-gray-stone-0847daa04.yml @@ -0,0 +1,42 @@ +name: Azure Pages CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v1 + - name: Build And Deploy + id: builddeploy + uses: joslinmicrosoft/staticsitesactionoryx@canary3 + with: + azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_GRAY_STONE_0847DAA04 }} + 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 you app requirements. ###### + app_location: 'app' # App source code path + api_location: 'api' # Api source code path - optional + app_artifact_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: joslinmicrosoft/staticsitesaction@canary2 + with: + azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_GRAY_STONE_0847DAA04 }} + action: 'close' From c020c01578cd0a7ddec7b05b15fa06396146aa69 Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Thu, 7 May 2020 22:56:18 -0700 Subject: [PATCH 02/10] Azure Static Web Apps added workflow file for CI/CD --- ...static-web-apps-jolly-island-0decdb41e.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-jolly-island-0decdb41e.yml diff --git a/.github/workflows/azure-static-web-apps-jolly-island-0decdb41e.yml b/.github/workflows/azure-static-web-apps-jolly-island-0decdb41e.yml new file mode 100644 index 00000000..3bbc9951 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-jolly-island-0decdb41e.yml @@ -0,0 +1,42 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v1 + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@master + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_ISLAND_0DECDB41E }} + 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 you app requirements. ###### + app_location: 'app' # App source code path + api_location: 'api' # Api source code path - optional + app_artifact_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@master + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_ISLAND_0DECDB41E }} + action: 'close' From 45f0be6f317787507c224bf4ee96a27455aecc26 Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Fri, 8 May 2020 11:46:54 -0700 Subject: [PATCH 03/10] Azure Static Web Apps added workflow file for CI/CD --- ...ure-static-web-apps-icy-moss-09bad361e.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-icy-moss-09bad361e.yml diff --git a/.github/workflows/azure-static-web-apps-icy-moss-09bad361e.yml b/.github/workflows/azure-static-web-apps-icy-moss-09bad361e.yml new file mode 100644 index 00000000..16d65fb4 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-icy-moss-09bad361e.yml @@ -0,0 +1,42 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v1 + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_MOSS_09BAD361E }} + 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 you app requirements. ###### + app_location: 'app' # App source code path + api_location: 'api' # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_MOSS_09BAD361E }} + action: 'close' From 9c5638dcaffde631f544db111310b8cc02fbbe1f Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Fri, 8 May 2020 20:34:04 -0700 Subject: [PATCH 04/10] Azure Static Web Apps added workflow file for CI/CD --- ...e-static-web-apps-yellow-bay-0aaa39d1e.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-yellow-bay-0aaa39d1e.yml diff --git a/.github/workflows/azure-static-web-apps-yellow-bay-0aaa39d1e.yml b/.github/workflows/azure-static-web-apps-yellow-bay-0aaa39d1e.yml new file mode 100644 index 00000000..23487e46 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-yellow-bay-0aaa39d1e.yml @@ -0,0 +1,42 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v1 + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_YELLOW_BAY_0AAA39D1E }} + 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 you app requirements. ###### + app_location: '/app' # App source code path + api_location: '/api' # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_YELLOW_BAY_0AAA39D1E }} + action: 'close' From b56daf07cc729b3931f1e22015c537dd201087d1 Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Sun, 28 Jun 2020 10:04:10 +0800 Subject: [PATCH 05/10] ci: add Azure Static Web Apps workflow file --- ...e-static-web-apps-witty-bush-0c1df310f.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-witty-bush-0c1df310f.yml diff --git a/.github/workflows/azure-static-web-apps-witty-bush-0c1df310f.yml b/.github/workflows/azure-static-web-apps-witty-bush-0c1df310f.yml new file mode 100644 index 00000000..5ef2e3b4 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-witty-bush-0c1df310f.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BUSH_0C1DF310F }} + 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 you 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 + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BUSH_0C1DF310F }} + action: "close" From a490147190353b2e1470bf5d085d24114ed4241a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 28 Jun 2020 14:06:31 +0800 Subject: [PATCH 06/10] 'updateRead' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781a63a3..3eb0ca21 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# ReactSite 23 +# ReactSite 2324 From b29da3fc81d2b6fe75bfdf8163ea1c3e21265f5c Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Sun, 28 Jun 2020 15:20:50 +0800 Subject: [PATCH 07/10] ci: add Azure Static Web Apps workflow file --- ...static-web-apps-gray-glacier-0d6d5fe0f.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-gray-glacier-0d6d5fe0f.yml diff --git a/.github/workflows/azure-static-web-apps-gray-glacier-0d6d5fe0f.yml b/.github/workflows/azure-static-web-apps-gray-glacier-0d6d5fe0f.yml new file mode 100644 index 00000000..d32f58b1 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-gray-glacier-0d6d5fe0f.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_GLACIER_0D6D5FE0F }} + 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 you app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "app" # App source code path + api_location: "api" # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_GLACIER_0D6D5FE0F }} + action: "close" From d32ebf0f35c5ecc112caea316716668f3ad3eeec Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Sun, 28 Jun 2020 15:31:08 +0800 Subject: [PATCH 08/10] ci: add Azure Static Web Apps workflow file --- ...re-static-web-apps-blue-bush-096a2910f.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-blue-bush-096a2910f.yml diff --git a/.github/workflows/azure-static-web-apps-blue-bush-096a2910f.yml b/.github/workflows/azure-static-web-apps-blue-bush-096a2910f.yml new file mode 100644 index 00000000..3ac0324f --- /dev/null +++ b/.github/workflows/azure-static-web-apps-blue-bush-096a2910f.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_BUSH_096A2910F }} + 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 you app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "app" # App source code path + api_location: "api" # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_BUSH_096A2910F }} + action: "close" From a7d18b1a9f658de06e763098ea0a9058b1f37c01 Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Sun, 28 Jun 2020 15:33:00 +0800 Subject: [PATCH 09/10] ci: add Azure Static Web Apps workflow file --- ...re-static-web-apps-icy-grass-024db5310.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-icy-grass-024db5310.yml diff --git a/.github/workflows/azure-static-web-apps-icy-grass-024db5310.yml b/.github/workflows/azure-static-web-apps-icy-grass-024db5310.yml new file mode 100644 index 00000000..2b5034cd --- /dev/null +++ b/.github/workflows/azure-static-web-apps-icy-grass-024db5310.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_GRASS_024DB5310 }} + 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 you app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "app" # App source code path + api_location: "api" # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_GRASS_024DB5310 }} + action: "close" From f5485a6881131ebc0c441064979d046dfeaadd11 Mon Sep 17 00:00:00 2001 From: Azure Static Web Apps Date: Fri, 24 Jul 2020 10:36:43 +0800 Subject: [PATCH 10/10] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...tatic-web-apps-zealous-smoke-027517f00.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-zealous-smoke-027517f00.yml diff --git a/.github/workflows/azure-static-web-apps-zealous-smoke-027517f00.yml b/.github/workflows/azure-static-web-apps-zealous-smoke-027517f00.yml new file mode 100644 index 00000000..74633b25 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-zealous-smoke-027517f00.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_SMOKE_027517F00 }} + 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 you app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "app" # App source code path + api_location: "api" # Api source code path - optional + app_artifact_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@v0.0.1-preview + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_SMOKE_027517F00 }} + action: "close"