Skip to content

Commit

Permalink
Moving from ubuntu-18.04 to ubuntu-latest; updated webapp to linux name
Browse files Browse the repository at this point in the history
  • Loading branch information
sadukie committed Dec 20, 2024
1 parent dd531d1 commit 210ac08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: publish

env:
AZURE_WEBAPP_NAME: devBetter
AZURE_WEBAPP_NAME: devBetter-linux
AZURE_GROUP_NAME: DevBetterGroup
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root

Expand All @@ -12,7 +12,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 210ac08

Please sign in to comment.