Skip to content

Commit

Permalink
Update deployment script to include frontend deployment for 'ui' option
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 20, 2024
1 parent 96a8939 commit 7c23e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __scripts/bc-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if [ "$1" == "all" ]; then
/bin/bash /opt/bookcars/__scripts/bc-deploy-backend.sh
/bin/bash /opt/bookcars/__scripts/bc-deploy-frontend.sh
elif [ "$1" == "ui" ]; then
/bin/bash /opt/bookcars/__scripts/bc-deploy-api.sh
/bin/bash /opt/bookcars/__scripts/bc-deploy-backend.sh
/bin/bash /opt/bookcars/__scripts/bc-deploy-frontend.sh
elif [ "$1" == "api" ]; then
/bin/bash /opt/bookcars/__scripts/bc-deploy-api.sh
elif [ "$1" == "backend" ]; then
Expand Down

0 comments on commit 7c23e3d

Please sign in to comment.