Skip to content

Commit f54f1e3

Browse files
committed
Fix: Add missing --os-type Linux parameter for ACI deployment
1 parent 5ecf7c7 commit f54f1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-p2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
--registry-username ${{ secrets.ACR_USERNAME }} \
6464
--registry-password ${{ secrets.ACR_PASSWORD }} \
6565
--dns-name-label $APP_NAME \
66+
--os-type Linux \
6667
--ports 3001 \
6768
--environment-variables NODE_ENV=production \
6869
--cpu 1 \

0 commit comments

Comments
 (0)