Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 48955e6

Browse files
committed
Refactor deployment workflows
1 parent 726b254 commit 48955e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rest-server-continuous-deployment-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitOps
1+
name: REST Server - Deployment - main branch
22

33
###
44
# GitOps - automatic infrastructure management GitHub Action

.github/workflows/rest-server-continuous-deployment-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: REST Server - Continuous Deployment
1+
name: REST Server - Deployment - PRODUCTION
22

33
###
44
# Continuous deployment GitHub Action

0 commit comments

Comments
 (0)