We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec4a72 commit 206ac01Copy full SHA for 206ac01
.github/workflows/backend.yml
@@ -1,4 +1,4 @@
1
-name: Deploy Backend to VPS
+name: Backend Deployment to VPS
2
3
on:
4
push:
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
deploy:
14
- name: Deploy to VPS
+ name: backend
15
runs-on: ubuntu-latest
16
17
steps:
.github/workflows/frontend.yml
-name: Deploy Frontend to AWS S3 + CloudFront
+name: Frontend Deployment to AWS S3 & CloudFront(CDN)
- name: Deploy to AWS S3 and CloudFront
+ name: frontend
0 commit comments