We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910cb6f commit 459ac60Copy full SHA for 459ac60
composer.json
@@ -9,11 +9,11 @@
9
}
10
],
11
"keywords": [
12
- "deployer",
13
- "recipe",
+ "deployer-php",
+ "deployer-recipe",
14
"jetrails",
15
"autopilot",
16
- "magento",
+ "magento2",
17
"shopware",
18
"wordpress"
19
examples/magento2.php
@@ -1,6 +1,9 @@
1
<?php
2
3
// >jetrails_
4
+// https://github.com/jetrails/deployer-autopilot
5
+
6
+declare(strict_types=1);
7
8
namespace Deployer;
0 commit comments