Skip to content

Commit b6b10c0

Browse files
committed
again!
1 parent 9904140 commit b6b10c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
NODE_VERSION: '20'
14-
RESOURCE_GROUP: 'myPortfolioRG'
14+
RESOURCE_GROUP: 'pubsite_group'
1515

1616
jobs:
1717
build-and-deploy:
@@ -47,6 +47,6 @@ jobs:
4747
- name: 🚀 Deploy to Azure Web App
4848
uses: azure/webapps-deploy@v3
4949
with:
50-
app-name: pubsite
50+
app-name: pubsite
5151
resource-group-name: ${{ env.RESOURCE_GROUP }}
52-
package: pubsite.zip
52+
package: pubsite.zip

0 commit comments

Comments
 (0)