Skip to content

Commit

Permalink
update production client and API deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmodish committed Jul 31, 2024
1 parent 337f984 commit 59a32f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Azure Static Web Apps CI/CD
name: Azure Static Web Apps CI/CD - Production

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_mango-entertainment-dev-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy ASP.Net Core app to Azure Web App
name: Build and deploy ASP.Net Core app to Azure Web App - DEV

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions base-api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
app.MapGet("/", () => "Hello From dotnet land!");

app.Run();

// this comment
2 changes: 2 additions & 0 deletions base-client/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ import { RouterOutlet } from "@angular/router";
export class AppComponent {
title = "Mango-Entertainment";
}

// this comment

0 comments on commit 59a32f8

Please sign in to comment.