Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 6, 2019
1 parent f44722c commit 038b85e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployment.sample.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

return [
'my site' => [
Expand Down Expand Up @@ -26,10 +27,10 @@ function (Deployment\Server $server, Deployment\Logger $logger, Deployment\Deplo
},
],
'afterUpload' => [
'http://example.com/deployment.php?afterUpload'
'http://example.com/deployment.php?afterUpload',
],
'after' => [
'http://example.com/deployment.php?after'
'http://example.com/deployment.php?after',
],
'purge' => [
'temp/cache',
Expand Down

0 comments on commit 038b85e

Please sign in to comment.