Skip to content

Commit b1f59d4

Browse files
Rakesh MummanaRakesh Mummana
authored andcommitted
update workflows
1 parent c703a79 commit b1f59d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd_prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name : CD Production Deployment
22
on:
33
push:
44
branches:
5-
- "main"
5+
- main
66
jobs:
77
redeploy_prod:
88
name : Redeploy to Production
@@ -17,6 +17,7 @@ jobs:
1717
port : 22
1818
script : |
1919
echo "Starting redeployment on production server..."
20+
2021
2122
2223

0 commit comments

Comments
 (0)