From 8f1029628c785698fa2c3de4e2dc2e488e4fd934 Mon Sep 17 00:00:00 2001 From: AJ Date: Tue, 2 Jan 2024 00:44:50 -0300 Subject: [PATCH] using Envoy to deploys --- .gitignore | 1 + composer.json | 1 + composer.lock | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 65 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fe978f8..4c8794cf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ yarn-error.log /.fleet /.idea /.vscode +Envoy.blade.php diff --git a/composer.json b/composer.json index 1eaeb101..ce23b9a9 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ }, "require-dev": { "fakerphp/faker": "^1.9.1", + "laravel/envoy": "^2.8", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", diff --git a/composer.lock b/composer.lock index 7aebfa10..d4b27120 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c53be886e7d1ff3340ba5e8c506a6137", + "content-hash": "23b84970cc2af0d6b8d4cd2bdceaad49", "packages": [ { "name": "brick/math", @@ -6506,6 +6506,68 @@ }, "time": "2021-10-08T21:21:46+00:00" }, + { + "name": "laravel/envoy", + "version": "v2.8.6", + "source": { + "type": "git", + "url": "https://github.com/laravel/envoy.git", + "reference": "24d2405dc785649684ccf531fddd2ac1f58ec861" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/envoy/zipball/24d2405dc785649684ccf531fddd2ac1f58ec861", + "reference": "24d2405dc785649684ccf531fddd2ac1f58ec861", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "php": "^7.2|^8.0", + "symfony/console": "^4.3|^5.0|^6.0", + "symfony/process": "^4.3|^5.0|^6.0" + }, + "require-dev": { + "phpunit/phpunit": "^8.0|^9.0" + }, + "suggest": { + "ext-posix": "Required to determine the System user on Unix systems." + }, + "bin": [ + "bin/envoy" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laravel\\Envoy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Elegant SSH tasks for PHP.", + "keywords": [ + "laravel", + "ssh" + ], + "support": { + "issues": "https://github.com/laravel/envoy/issues", + "source": "https://github.com/laravel/envoy/tree/v2.8.6" + }, + "time": "2023-01-10T19:27:26+00:00" + }, { "name": "laravel/pint", "version": "v1.13.7",