Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
radu1122 committed Aug 13, 2023
1 parent d1c0e78 commit 10e9612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "starting deployment process"

# download new version of our application
cd ./core-deployment
cd /home/ubuntu/fuse/core-deployment
git pull origin main

# install all the dependencies
Expand All @@ -17,4 +17,4 @@ npm run build
# run the application
echo "starting the application"
pm2 restart 0
echo "deployment process completed"
echo "deployment process completed"

0 comments on commit 10e9612

Please sign in to comment.