Skip to content

Commit eeda336

Browse files
Update azure-static-web-apps-happy-dune-071cbee03.yml
Removed obsolete deploy job for unused SWA. (We have been running stable on a storage account for a couple of weeks now)
1 parent 354a84e commit eeda336

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/azure-static-web-apps-happy-dune-071cbee03.yml

-27
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,6 @@ jobs:
3535
name: release
3636
path: _site.zip
3737

38-
deploy_job:
39-
if: (github.event_name == 'push' && github.repository == 'SkylineCommunications/dataminer-docs-connectors')
40-
runs-on: ubuntu-latest
41-
needs: build_job
42-
name: Deploy Job
43-
steps:
44-
- uses: actions/download-artifact@v4
45-
with:
46-
name: release
47-
path: .
48-
- name: Unzip artifact for deployment
49-
run: Expand-Archive -Path _site.zip -DestinationPath ./_site
50-
shell: pwsh
51-
- name: Build And Deploy
52-
id: builddeploy
53-
uses: Azure/static-web-apps-deploy@v1
54-
with:
55-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_DUNE_071CBEE03 }}
56-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
57-
action: "upload"
58-
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
59-
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
60-
app_location: "/_site" # App source code path
61-
api_location: "" # Api source code path - optional
62-
output_location: "" # Built app content directory - optional
63-
###### End of Repository/Build Configurations ######
64-
6538
deploy_job_SA_SWA_connectordocs:
6639
if: (github.event_name == 'push' && github.repository == 'SkylineCommunications/dataminer-docs-connectors')
6740
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)