Skip to content

Commit

Permalink
Change GHA runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfletcher committed Apr 28, 2024
1 parent 5670575 commit 161f81d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ set -e

echo "Deploying application ..."

# Update codebase
git pull origin main

# Install dependencies based on lock file
php8.3 /usr/local/bin/composer install --no-interaction --prefer-dist --optimize-autoloader

# Build frontend
npm run build

echo "🚀 Application deployed!"

0 comments on commit 161f81d

Please sign in to comment.