Skip to content

Commit 4172428

Browse files
committed
Merge branch 'staging' into feature/3001-set-up-sentry-error-monitoring-and-logging
2 parents f771df9 + 4dc4dfd commit 4172428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
id-token: write # Required for OIDC
5959
contents: read # Required for actions/checkout
6060

61+
6162
steps:
6263
- name: Download artifact from build job
6364
uses: actions/download-artifact@v4
@@ -83,4 +84,4 @@ jobs:
8384
# Alternative: For separate web apps (uncomment and modify as needed)
8485
# app-name: ${{ github.ref_name == 'main' && 'streetsupport-platform-api' || 'streetsupport-platform-api-staging' }}
8586
# Remove or comment out slot-name when using separate apps
86-
package: .
87+
package: .

0 commit comments

Comments
 (0)