Skip to content

Commit

Permalink
fix(deploy): generate autoload.php and disable interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
99linesofcode committed May 1, 2024
1 parent 80cfd74 commit 815bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
DOCKER_BUILDKIT: 1

- run: |
composer install -n --prefer-dist --no-dev --no-autoloader --no-progress
composer install -n --prefer-dist --no-dev --no-progress --no-interaction
php artisan env:decrypt --key ${{ secrets.LARAVEL_ENV_ENCRYPTION_KEY }}
gem install kamal
kamal lock release -c "deployment/kamal.yml"
Expand Down

0 comments on commit 815bf1d

Please sign in to comment.