From 6af26ada0dd774f91d411e09a0f344b05cccfe65 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 17 Jul 2021 12:33:20 +0100 Subject: Add missing .htaccess file --- deploy.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 deploy.php (limited to 'deploy.php') diff --git a/deploy.php b/deploy.php new file mode 100644 index 0000000..d2494bc --- /dev/null +++ b/deploy.php @@ -0,0 +1,41 @@ +set('deploy_path', '/var/www/{{application}}'); + +task('deploy', [ + 'deploy:info', + 'deploy:prepare', + 'deploy:lock', + 'deploy:release', + 'deploy:update_code', + 'deploy:shared', + 'deploy:writable', + 'deploy:clear_paths', + 'deploy:symlink', + 'deploy:unlock', + 'cleanup', + 'success' +]); + +after('deploy:failed', 'deploy:unlock'); -- cgit v1.2.3-13-gbd6f