Skip to content

Commit 8908197

Browse files
committed
chore(ci): rename workflow
1 parent b42631e commit 8908197

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ecs-deploy.yml renamed to .github/workflows/backend-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Amazon ECS
1+
name: Build and Deploy Backend to ECS
22

33
on:
44
push:

.github/workflows/frontend-deploy.yml renamed to .github/workflows/frontend-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Frontend
1+
name: Build and Deploy Frontend to Cloudfront
22

33
on:
44
push:

0 commit comments

Comments
 (0)