Skip to content

Commit

Permalink
fix(seed): correct class name casing in TestimonialSeeder
Browse files Browse the repository at this point in the history
Corrected the casing of `App\Models\Testimonial` to fix potential issues with model imports.
  • Loading branch information
frederic moras committed Dec 24, 2024
1 parent 272b847 commit fccacc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-dev --optimize-autoloader

- name: Test SSH Connection
run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa [email protected] echo "SSH connection successful"
- name: Deploy using SSH
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit fccacc3

Please sign in to comment.