Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRae committed Sep 5, 2024
1 parent dff222f commit 2c0a9db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
name: functionsapp
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
include-hidden-files: true

build-and-publish-web:
runs-on: 'ubuntu-latest'
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
with:
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/.next/standalone
name: frontendwebapp
include-hidden-files: true

# Deploy Workers Production
deploy-workers-production:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
name: functionsapp
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
include-hidden-files: true

build-and-publish-web:
runs-on: 'ubuntu-latest'
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
with:
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/.next/standalone
name: frontendwebapp
include-hidden-files: true

# Deploy Workers Dev
deploy-workers-dev:
Expand Down

0 comments on commit 2c0a9db

Please sign in to comment.