Skip to content

Commit

Permalink
Run 'mittwald:setup' before 'deploy:info'
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Apr 26, 2024
1 parent ca5a893 commit 2b21874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'mittwald:domain',
]);

before('deploy:setup', 'mittwald:setup');
before('deploy:info', 'mittwald:setup');

/**
* Shorthand function for defining a host with a preconfigured mittwald App.
Expand Down

0 comments on commit 2b21874

Please sign in to comment.