Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIPP-Pull #2117

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8a8bf81
ci: add Azure Static Web Apps workflow file
AlmostDoneRight Oct 21, 2022
9799d14
ci: add Azure Static Web Apps workflow file
AlmostDoneRight Oct 21, 2022
4d3426e
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Oct 28, 2022
629d010
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Dec 8, 2022
80b7bda
Update azure-static-web-apps-victorious-grass-06c390110.yml
zanderson-aim Dec 20, 2022
9f96838
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Dec 30, 2022
f75fae2
ci: add Azure Static Web Apps workflow file
AlmostDoneRight Dec 30, 2022
5876e0d
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Apr 9, 2023
9ff5ac7
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight May 16, 2023
f0e1035
ci: add Azure Static Web Apps workflow file
AlmostDoneRight May 23, 2023
464a34b
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Jun 27, 2023
3c907c8
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Jul 17, 2023
cf9535b
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Jul 26, 2023
8faec05
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Aug 17, 2023
6dfad86
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Sep 5, 2023
2a6c59b
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Sep 14, 2023
34318cb
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Sep 25, 2023
adfac02
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Sep 26, 2023
138853e
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Oct 16, 2023
9cb053c
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Oct 31, 2023
6555898
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Nov 6, 2023
d31137a
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Nov 22, 2023
b67347d
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Nov 30, 2023
abb7629
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Dec 13, 2023
c45c4c9
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Jan 5, 2024
241212a
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Jan 19, 2024
3d7eb47
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Feb 3, 2024
d8bba4c
Update azure-static-web-apps-polite-pond-0057d8910.yml
AlmostDoneRight Feb 8, 2024
21534b2
Merge branch 'KelvinTegelaar:main' into main
AlmostDoneRight Feb 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/workflows/azure-static-web-apps-blue-wave-0b32fcc10.yml
Original file line number Diff line number Diff line change
@@ -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"
40 changes: 40 additions & 0 deletions .github/workflows/azure-static-web-apps-polite-pond-0057d8910.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Azure Static Web Apps CI/CD

on:
push:
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"
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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"
Loading