From 952e9bf58210b118cf69451105f3eaa55af1fb58 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Mon, 24 Feb 2020 20:47:34 -0800 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5d04d6..4b1bb08e 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# ReactSite 59 +# ReactSite 60 From ab44676e56357c88207727d2b45080be5865a84b Mon Sep 17 00:00:00 2001 From: Azure Pages Date: Thu, 9 Apr 2020 15:11:41 -0700 Subject: [PATCH 2/6] Azure Pages added workflow file for CI/CD --- .../azure-pages-red-glacier-0a5e3d51e.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/azure-pages-red-glacier-0a5e3d51e.yml diff --git a/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml b/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml new file mode 100644 index 00000000..12b233b7 --- /dev/null +++ b/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml @@ -0,0 +1,42 @@ +name: Azure Pages CI/CD + +on: + push: + branches: + - demo-patch + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - demo-patch + +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: + with: + azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_RED_GLACIER_0A5E3D51E }} + 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: + with: + azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_RED_GLACIER_0A5E3D51E }} + action: 'close' From b51912df160ce9f243c8bb8a66dc52e35cfe6347 Mon Sep 17 00:00:00 2001 From: Microsoft Azure Date: Wed, 13 May 2020 11:07:44 -0700 Subject: [PATCH 3/6] ci: add Private Azure Static Web Apps workflow file --- ...re-static-web-apps-red-river-03516411e.yml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/private-azure-static-web-apps-red-river-03516411e.yml diff --git a/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml b/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml new file mode 100644 index 00000000..e8e9593a --- /dev/null +++ b/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml @@ -0,0 +1,42 @@ +name: Private Azure Static Web Apps CI/CD + +on: + push: + branches: + - demo-patch + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - demo-patch + +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 + - name: Build And Deploy + id: builddeploy + uses: miwebst/anotherdeploy@master + with: + private_azure_static_web_apps_api_token: ${{ secrets.PRIVATE_AZURE_STATIC_WEB_APPS_API_TOKEN_RED_RIVER_03516411E }} + 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: miwebst/anotherdeploy@master + with: + private_azure_static_web_apps_api_token: ${{ secrets.PRIVATE_AZURE_STATIC_WEB_APPS_API_TOKEN_RED_RIVER_03516411E }} + action: 'close' From c5f18d458d20d36084f3e77a7e99efc59998a7c7 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 13 May 2020 11:38:26 -0700 Subject: [PATCH 4/6] Delete private-azure-static-web-apps-red-river-03516411e.yml --- ...re-static-web-apps-red-river-03516411e.yml | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/private-azure-static-web-apps-red-river-03516411e.yml diff --git a/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml b/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml deleted file mode 100644 index e8e9593a..00000000 --- a/.github/workflows/private-azure-static-web-apps-red-river-03516411e.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Private Azure Static Web Apps CI/CD - -on: - push: - branches: - - demo-patch - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - demo-patch - -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 - - name: Build And Deploy - id: builddeploy - uses: miwebst/anotherdeploy@master - with: - private_azure_static_web_apps_api_token: ${{ secrets.PRIVATE_AZURE_STATIC_WEB_APPS_API_TOKEN_RED_RIVER_03516411E }} - 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: miwebst/anotherdeploy@master - with: - private_azure_static_web_apps_api_token: ${{ secrets.PRIVATE_AZURE_STATIC_WEB_APPS_API_TOKEN_RED_RIVER_03516411E }} - action: 'close' From 880e8d7ec93fda5c278acbfd7fc882cc3e2a3f69 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 13 May 2020 11:38:34 -0700 Subject: [PATCH 5/6] Delete azure-pages-red-glacier-0a5e3d51e.yml --- .../azure-pages-red-glacier-0a5e3d51e.yml | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/azure-pages-red-glacier-0a5e3d51e.yml diff --git a/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml b/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml deleted file mode 100644 index 12b233b7..00000000 --- a/.github/workflows/azure-pages-red-glacier-0a5e3d51e.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Azure Pages CI/CD - -on: - push: - branches: - - demo-patch - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - demo-patch - -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: - with: - azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_RED_GLACIER_0A5E3D51E }} - 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: - with: - azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_RED_GLACIER_0A5E3D51E }} - action: 'close' From 357425736b2009437539367fb318149b15a4096d Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 13 May 2020 11:38:42 -0700 Subject: [PATCH 6/6] Delete azure-pages-lemon-smoke-186dca7e.yml --- .../azure-pages-lemon-smoke-186dca7e.yml | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/azure-pages-lemon-smoke-186dca7e.yml diff --git a/.github/workflows/azure-pages-lemon-smoke-186dca7e.yml b/.github/workflows/azure-pages-lemon-smoke-186dca7e.yml deleted file mode 100644 index 90c482ad..00000000 --- a/.github/workflows/azure-pages-lemon-smoke-186dca7e.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Azure Pages CI/CD - -on: - push: - branches: - - demo - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - demo - -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: miwebst/anotherdeploy@master - with: - azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_LEMON_SMOKE_186DCA7E }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: 'upload --verbose' - app_location: 'app' # App Source Code Path - api_location: 'api' # Api Source Code Path - optional - app_artifact_location: 'build' # Built App Content Directory - optional - - 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: miwebst/anotherdeploy@master - with: - azure_pages_api_token: ${{ secrets.AZURE_PAGES_API_TOKEN_LEMON_SMOKE_186DCA7E }} - action: 'close'