Skip to content

Commit

Permalink
Merge pull request #35 from varianter/fix/gh/actions-name
Browse files Browse the repository at this point in the history
fix naming error
  • Loading branch information
yelodevopsi authored Sep 13, 2023
2 parents d6b975a + 96e439d commit 62f72ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [DEV] Deploy Backend
name: (DEV) Deploy Backend

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [PROD] Deploy Backend
name: (PROD) Deploy Backend

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Primary ref: https://dev.to/ckgrafico/deploying-nextjs-to-azure-web-app-with-github-actions-1o9c

name: [DEV] Deploy frontend
name: (DEV) Deploy frontend

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Primary ref: https://dev.to/ckgrafico/deploying-nextjs-to-azure-web-app-with-github-actions-1o9c

name: [PROD] Deploy frontend
name: (PROD) Deploy frontend

on:
workflow_dispatch:
Expand Down

0 comments on commit 62f72ce

Please sign in to comment.