File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 name : Continuous Integration
1313 strategy :
1414 matrix :
15- os : [ ubuntu-latest, windows-latest ]
15+ os : [ ubuntu-latest ]
1616 runs-on : ${{ matrix.os }}
1717 outputs :
1818 is_push_to_default_branch : ${{ steps.conditionals_handler.outputs.is_push_to_default_branch }}
@@ -104,7 +104,7 @@ jobs:
104104 if : needs.ci.outputs.is_push_to_default_branch == 'true'
105105 name : Continuous Deployment
106106 needs : ci
107- runs-on : windows -latest
107+ runs-on : ubuntu -latest
108108 steps :
109109 - name : Download publish artifacts
110110 id : dl_publish_artifacts
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request, workflow_dispatch]
55jobs :
66 build :
77
8- runs-on : windows -latest
8+ runs-on : ubuntu -latest
99 env :
1010 VIMEO_TOKEN : ${{ secrets.VIMEO_TOKEN }}
1111
Original file line number Diff line number Diff line change 11name : publish
22
33env :
4- AZURE_WEBAPP_NAME : devBetter
4+ AZURE_WEBAPP_NAME : devbetter-linux
55 AZURE_GROUP_NAME : DevBetterGroup
66 AZURE_WEBAPP_PACKAGE_PATH : ' .' # set this to the path to your web app project, defaults to the repository root
77
1212
1313jobs :
1414 build-and-deploy :
15- runs-on : ubuntu-18.04
15+ runs-on : ubuntu-latest
1616
1717 steps :
1818 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments