From 67ca1e0a921bfd6bd9aefcb5acd466b9cf71a191 Mon Sep 17 00:00:00 2001 From: omaralalwi Date: Sun, 3 Mar 2024 03:58:54 +0300 Subject: [PATCH] update docs --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0fc6655..c7014bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,8 +12,6 @@ Laravel Deployer: Streamlined Deployment for Laravel and Node.js apps, with Zero ## Quick Start -![Deploy publish](https://raw.githubusercontent.com/omaralalwi/laravel-deployer/master/public/images/deploy_publish.gif) - - Install package . ```php composer require omaralalwi/laravel-deployer @@ -211,6 +209,8 @@ this command will generate the ssh key that you will see in screen:- ### Quick Deploy +![Deploy publish](https://raw.githubusercontent.com/omaralalwi/laravel-deployer/master/public/images/deploy_publish.gif) + you can make a quick deploy with default options by running deploy command : ```php