Skip to content

Commit dea20e1

Browse files
committed
also apply changes on prod
1 parent f2ad9a1 commit dea20e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devops/prod-CD.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ steps:
2727

2828
- script: |
2929
npx nx run front-office:build:azure-prod
30+
displayName: 'Build front-office'
31+
32+
- script: |
3033
npx nx run back-office:build:azure-prod
31-
displayName: 'build the apps'
34+
displayName: 'Build back-office'
3235

3336
- task: ArchiveFiles@2
3437
inputs:

0 commit comments

Comments
 (0)