Skip to content

Commit

Permalink
Adding mandatory .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent e0964dc commit 4f44926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/Integration/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
APP_ENV=dev
MAILER_DSN=smtp://localhost
4 changes: 3 additions & 1 deletion tests/Integration/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

require_once '../../vendor/autoload.php';

require_once 'recipe/common.php';
require_once 'recipe/composer.php';
require_once 'recipe/setono_dotenv.php';

// Config
set('repository', 'https://github.com/Setono/deployer-dotenv.git');
set('target', '2.x');
set('composer_options', '--verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader'); // Removed the --no-dev option

// Hosts
host('127.0.0.1')
Expand Down

0 comments on commit 4f44926

Please sign in to comment.