Skip to content

Commit

Permalink
update .sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
ChepkemoiPeris committed Nov 1, 2024
1 parent 2d0a10b commit 3259c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ echo "Deployment started ..."

# Pull the latest version of the app
# git pull origin main
git pull --no-rebase origin main
git pull origin main

chmod +x .scripts/deploy.sh
# Install composer dependencies
composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader

Expand Down

0 comments on commit 3259c59

Please sign in to comment.