-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathneos.php
More file actions
17 lines (14 loc) · 529 Bytes
/
neos.php
File metadata and controls
17 lines (14 loc) · 529 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
namespace Deployer;
require_once 'recipe/common.php';
require_once __DIR__ . '/config.php';
require_once __DIR__ . '/functions/functions.php';
require_once __DIR__ . '/tasks/database.php';
require_once __DIR__ . '/tasks/deploy.php';
require_once __DIR__ . '/tasks/flow.php';
require_once __DIR__ . '/tasks/git.php';
require_once __DIR__ . '/tasks/install.php';
require_once __DIR__ . '/tasks/rollback.php';
require_once __DIR__ . '/tasks/server.php';
require_once __DIR__ . '/tasks/slack.php';
inventory('deploy.yaml');