Skip to content

Commit

Permalink
updated deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajsohal committed Aug 16, 2024
1 parent 16395ea commit cd1ac3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1' # Or your PHP version
php-version: '8.2' # Or your PHP version
extensions: mbstring, xml, dom
ini-values: post_max_size=256M, upload_max_filesize=256M

- name: Install Composer dependencies
run: composer install --no-dev --prefer-dist --optimize-autoloader
run: composer install

- name: Build static files
run: php artisan export
Expand Down

0 comments on commit cd1ac3f

Please sign in to comment.