Skip to content

Commit

Permalink
ci: update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Salgado2004 committed Jun 21, 2024
1 parent 231ccb9 commit b92e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_certcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b92e9e0

Please sign in to comment.