Skip to content

Commit 206ac01

Browse files
committed
feat(ci): fully integrated CI/CD for VPS + CDN + Object Store
1 parent 8ec4a72 commit 206ac01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Backend to VPS
1+
name: Backend Deployment to VPS
22

33
on:
44
push:
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
deploy:
14-
name: Deploy to VPS
14+
name: backend
1515
runs-on: ubuntu-latest
1616

1717
steps:

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Frontend to AWS S3 + CloudFront
1+
name: Frontend Deployment to AWS S3 & CloudFront(CDN)
22

33
on:
44
push:
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
deploy:
14-
name: Deploy to AWS S3 and CloudFront
14+
name: frontend
1515
runs-on: ubuntu-latest
1616

1717
steps:

0 commit comments

Comments
 (0)