Skip to content

Commit d23c290

Browse files
Rakesh MummanaRakesh Mummana
authored andcommitted
update the workflow
1 parent 25600f3 commit d23c290

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cd_prod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
script : |
1919
echo "Starting redeployment on production server..."
2020
ls
21-
21+
cd ci-cd-testing/
22+
git pull origin main
23+
pnpm install
24+
pnpm run build
25+
pm2 restart all
26+
2227
2328
2429

0 commit comments

Comments
 (0)