From b92e9e0718db50f7fb3e6a572204d52eb4d10680 Mon Sep 17 00:00:00 2001 From: salgado2004 Date: Fri, 21 Jun 2024 10:07:26 -0300 Subject: [PATCH] ci: update deployment script --- .github/workflows/master_certcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_certcloud.yml b/.github/workflows/master_certcloud.yml index d264511..e5984ab 100644 --- a/.github/workflows/master_certcloud.yml +++ b/.github/workflows/master_certcloud.yml @@ -28,7 +28,7 @@ jobs: run: npm install -g @angular/cli - name: Build the Angular app - run: ng build --prod --base-href "certcloud.azurewebsites.net/" + run: ng build --base-href "certcloud.azurewebsites.net/" - name: Upload artifact for deployment job uses: actions/upload-artifact@v3