Skip to content

Commit

Permalink
Update cicd_process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Mar 20, 2024
1 parent 1153fc7 commit 4a1201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
cd /var/www/dwh-his-frontend
sudo git pull
sudo npm run build
sudo rm -r /var/www/histest/* && cp -r build/* /var/www/histest/
sudo rm -r /var/www/histest/* && sudo cp -r build/* /var/www/histest/

0 comments on commit 4a1201b

Please sign in to comment.