Skip to content

Commit

Permalink
[deployphp#2197] Using deployphp test-laravel repo for E2E tests
Browse files Browse the repository at this point in the history
Updated the laravel-boilerplate deploy config to use the repository
that belongs to deployphp organization.
  • Loading branch information
Bartlomiej Sacharski committed Oct 19, 2020
1 parent c7eb7ed commit 503bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/recipe/laravel-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
getHost('server.test')
->set('timeout', 600);

set('repository', 'https://github.com/bsacharski/e2e-laraver-boilerplate.git');
set('repository', 'https://github.com/deployphp/test-laravel.git');
set('branch', 'master');

task('laravel:setup-env', function(): void {
Expand Down

0 comments on commit 503bae1

Please sign in to comment.